Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Mar 26, 2024
1 parent b711f02 commit a0a8d5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_php_docker_image.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Build Port Drayage Web App Docker Image
name: Build PHP V2X-Hub Web UI
on:
push:
branches:
- develop
- master
- 'release/**'
- vh-1278-update-github-actions
# Build all tags not containing a / (https://stackoverflow.com/questions/61891328/trigger-github-action-only-on-new-tags )
tags:
- '*'
Expand All @@ -27,7 +28,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: usdotfhwaops/port_drayage_webservice
images: usdotfhwaops/php
tags: |
type=schedule
type=ref,event=branch
Expand All @@ -40,7 +41,7 @@ jobs:
with:
push: true
platforms: linux/amd64,linux/arm64
context: tools/port-drayage-webservice/
file: Dockerfile-php
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/build_port_drayage_docker_image.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Build V2X-Hub Docker Image
name: Build Port Drayage Web Service
on:
push:
branches:
- develop
- master
- 'release/**'
- vh-1278-update-github-actions
# Build all tags not containing a / (https://stackoverflow.com/questions/61891328/trigger-github-action-only-on-new-tags )
tags:
- '*'
Expand All @@ -27,7 +28,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: usdotfhwaops/v2xhub
images: usdotfhwaops/port-drayage-webservice
tags: |
type=schedule
type=ref,event=branch
Expand All @@ -40,7 +41,7 @@ jobs:
with:
push: true
platforms: linux/amd64,linux/arm64
context: .
context: ./tools/port-drayage-webservice/
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down

0 comments on commit a0a8d5d

Please sign in to comment.