Skip to content

Commit

Permalink
fix: push image to quay.io (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Gonzalez V <[email protected]>
  • Loading branch information
sxd authored Jun 27, 2022
1 parent 9cbdc44 commit 278864b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
# - name: Login to registry
# uses: docker/login-action@v1
# with:
# registry: quay.io
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to registry
uses: docker/login-action@v1
with:
registry: quay.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/[email protected]
with:
platforms: "linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
push: false
tags: ${{ steps.get_version.outputs.VERSION }}
tags: ${{ steps.get_version.outputs.VERSION }}

0 comments on commit 278864b

Please sign in to comment.