Skip to content

Commit

Permalink
Correct Branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Mar 26, 2024
1 parent a0a8d5d commit 2d60efe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_php_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- develop
- master
- 'release/**'
- vh-1278-update-github-actions
- vh-1278-update-to-github-actions
# Build all tags not containing a / (https://stackoverflow.com/questions/61891328/trigger-github-action-only-on-new-tags )
tags:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_port_drayage_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- develop
- master
- 'release/**'
- vh-1278-update-github-actions
- vh-1278-update-to-github-actions
# Build all tags not containing a / (https://stackoverflow.com/questions/61891328/trigger-github-action-only-on-new-tags )
tags:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_v2xhub_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- develop
- master
- 'release/**'
- vh-1278-update-to-github-actions
# Build all tags not containing a / (https://stackoverflow.com/questions/61891328/trigger-github-action-only-on-new-tags )
tags:
- '*'
Expand Down Expand Up @@ -40,7 +41,6 @@ jobs:
with:
push: true
platforms: linux/amd64,linux/arm64
context: .
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down

0 comments on commit 2d60efe

Please sign in to comment.