Skip to content

Commit 52a29b5

Browse files
committed
iterating on build
1 parent 8cd2db7 commit 52a29b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4343

4444
- name: Build and push Docker images
45-
if: github.ref_type = 'tag'
45+
if: github.ref_type == 'tag'
4646
uses: docker/build-push-action@v5.3.0
4747
with:
4848
context: .

0 commit comments

Comments
 (0)