Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN authored Jan 8, 2024
1 parent 61bc816 commit 03c8e32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,26 @@ jobs:
with:
context: ./carma-messenger-ui/
push: true
tags: usdotfhwastoldev/carma-messenger-ui:${CI_COMMIT_REF_NAME}
tags: usdotfhwastoldev/carma-messenger-ui:${{ env.CI_COMMIT_REF_NAME }}

- name: Build and Push carma-messenger-core Docker Image
uses: docker/build-push-action@v3
with:
context: ./carma-messenger-core/
push: true
tags: usdotfhwastoldev/carma-messenger-core:${CI_COMMIT_REF_NAME}
tags: usdotfhwastoldev/carma-messenger-core:${{ env.CI_COMMIT_REF_NAME }}

- name: Build and Push chevrolet_tahoe_2018 Docker Image
uses: docker/build-push-action@v3
with:
context: ./carma-messenger-config/chevrolet_tahoe_2018/
push: true
tags: usdotfhwastoldev/carma-messenger-config:${CI_COMMIT_REF_NAME}-chevrolet_tahoe_2018
tags: usdotfhwastoldev/carma-messenger-config:${{ env.CI_COMMIT_REF_NAME }}-chevrolet_tahoe_2018

- name: Build and Push development Docker Image
uses: docker/build-push-action@v3
with:
context: ./carma-messenger-config/development/
push: true
tags: usdotfhwastoldev/carma-messenger-config:${CI_COMMIT_REF_NAME}-development
tags: usdotfhwastoldev/carma-messenger-config:${{ env.CI_COMMIT_REF_NAME }}-development

0 comments on commit 03c8e32

Please sign in to comment.