Skip to content

Commit 117dfe8

Browse files
Update docker-image.yml
1 parent 78ff416 commit 117dfe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
username: ${{ secrets.DOCKER_USERNAME }}
2929
password: ${{ secrets.DOCKER_PASSWORD }}
3030
- name: Build and push
31-
if: github.ref_name == "master"
31+
if: github.ref_name == 'master'
3232
uses: docker/build-push-action@v5
3333
with:
3434
context: .

0 commit comments

Comments
 (0)