We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7125a commit a363516Copy full SHA for a363516
.github/workflows/build.yaml
@@ -72,6 +72,8 @@ jobs:
72
with:
73
username: ${{ secrets.DOCKERHUB_LOGIN }}
74
password: ${{ secrets.DOCKERHUB_PASSWORD }}
75
+ - name: Skopeo login to Docker Hub
76
+ run: skopeo login --username ${{ secrets.DOCKERHUB_LOGIN }} --password ${{ secrets.DOCKERHUB_PASSWORD }} docker.io
77
- name: Checkout
78
uses: actions/checkout@v4
79
0 commit comments