Skip to content

Commit

Permalink
Updates, remove testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Mar 26, 2024
1 parent 5ef946d commit c8086f2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_php_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ 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
1 change: 0 additions & 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,6 @@ 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
1 change: 0 additions & 1 deletion .github/workflows/build_v2xhub_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ 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
2 changes: 1 addition & 1 deletion configuration/amd64/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
- ./MAP:/var/www/plugins/MAP
port_drayage_webservice:
image: usdotfhwaops/port-drayage-webservice:develop
container_name: port_drayage_webservicedock
container_name: port_drayage_webservice
network_mode: host
secrets:
mysql_password:
Expand Down
2 changes: 1 addition & 1 deletion configuration/arm64/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- ./logs:/var/log/tmx
- ./MAP:/var/www/plugins/MAP
port_drayage_webservice:
image: usdotfhwaops/port-drayage-webservice:vh-1278-update-to-github-actions
image: usdotfhwaops/port-drayage-webservice:develop
container_name: port_drayage_webservice
network_mode: host
secrets:
Expand Down

0 comments on commit c8086f2

Please sign in to comment.