Skip to content

Commit 278864b

Browse files
authored
fix: push image to quay.io (#2)
Signed-off-by: Jonathan Gonzalez V <jonathan.abdiel@gmail.com>
1 parent 9cbdc44 commit 278864b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)