Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Mar 27, 2024
1 parent a822172 commit 685c08b
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,24 @@ jobs:
context: ./telematic_system/telematic_cloud_messaging/
file: ./telematic_system/telematic_cloud_messaging/local.Dockerfile
push: true
tags: usdotfhwastoldev/telematic_local_messaging:${{ github.ref_name }}
tags: usdotfhwastoldev/telematic_local_messaging:${{ github.ref_name }}

dockerhub-telematic-local-web-server:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build
uses: docker/build-push-action@v3
with:
context: ./telematic_system/telematic_apps/web_app/server
file: ./telematic_system/telematic_apps/web_app/server/local.Dockerfile
push: true
tags: usdotfhwastoldev/telematic_local_web_server:${{ github.ref_name }}

0 comments on commit 685c08b

Please sign in to comment.