We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbdc44 commit 278864bCopy full SHA for 278864b
1 file changed
.github/workflows/ci.yml
@@ -24,15 +24,14 @@ jobs:
24
- name: Set up Docker Buildx
25
id: buildx
26
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 }}
+ - name: Login to registry
+ uses: docker/login-action@v1
+ with:
+ registry: quay.io
+ username: ${{ secrets.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_PASSWORD }}
33
- name: Build and push
34
uses: docker/build-push-action@v3.0.0
35
with:
36
platforms: "linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
37
- push: false
38
- tags: ${{ steps.get_version.outputs.VERSION }}
+ tags: ${{ steps.get_version.outputs.VERSION }}
0 commit comments