Skip to content

Commit 60ee7af

Browse files
authored
Update docker-image.yml
Signed-off-by: Dan Searle <dsearle@fiscaltec.com>
1 parent c07494c commit 60ee7af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
workflow_dispatch:
77
push:
88
branches:
9-
- "main"
9+
- 'main'
1010
tags:
11-
- "v*"
11+
- 'v*'
1212
pull_request:
1313
branches:
14-
- "master"
14+
- 'main'
1515

1616
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
1717
env:
@@ -53,7 +53,7 @@ jobs:
5353
uses: docker/build-push-action@v6
5454
with:
5555
context: .
56-
push: ${{ github.event_name != "pull_request" }}
56+
push: ${{ github.event_name != 'pull_request' }}
5757
tags: ${{ steps.meta.outputs.tags }}
5858
labels: ${{ steps.meta.outputs.labels }}
5959

0 commit comments

Comments
 (0)