We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd2db7 commit 52a29b5Copy full SHA for 52a29b5
.github/workflows/ci.yaml
@@ -42,7 +42,7 @@ jobs:
42
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
43
44
- name: Build and push Docker images
45
- if: github.ref_type = 'tag'
+ if: github.ref_type == 'tag'
46
uses: docker/build-push-action@v5.3.0
47
with:
48
context: .
0 commit comments