File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,14 @@ jobs:
2424 - name : Set up Docker Buildx
2525 id : buildx
2626 uses : docker/setup-buildx-action@v1
27- # - name: Login to registry
28- # uses: docker/login-action@v1
29- # with:
30- # registry: quay.io
31- # username: ${{ secrets.DOCKER_USERNAME }}
32- # password: ${{ secrets.DOCKER_PASSWORD }}
27+ - name : Login to registry
28+ uses : docker/login-action@v1
29+ with :
30+ registry : quay.io
31+ username : ${{ secrets.DOCKER_USERNAME }}
32+ password : ${{ secrets.DOCKER_PASSWORD }}
3333 - name : Build and push
3434 uses : docker/build-push-action@v3.0.0
3535 with :
3636 platforms : " linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
37- push : false
38- tags : ${{ steps.get_version.outputs.VERSION }}
37+ tags : ${{ steps.get_version.outputs.VERSION }}
You can’t perform that action at this time.
0 commit comments