Skip to content

Commit

Permalink
Fix tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrodriguez committed Feb 15, 2024
1 parent e691b56 commit 8c6b1a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ env.SERVER_IMAGE_NAME }}/server:latest
tags: ${{ env.SERVER_IMAGE_NAME }}:latest
context: "{{defaultContext}}:layered-image"
file: ./Containerfile
target: server
Expand All @@ -52,5 +52,5 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ env.AGENT_IMAGE_NAME }}/agent:latest
tags: ${{ env.AGENT_IMAGE_NAME }}:latest
target: agent

0 comments on commit 8c6b1a0

Please sign in to comment.