Skip to content

Commit

Permalink
Added frontend prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsoest committed Dec 20, 2022
1 parent 3553613 commit a7f4e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
with:
context: ./containers/frontend
push: true
tags: ghcr.io/${{ env.REPO }}:${{ github.sha }}
tags: ghcr.io/${{ env.REPO }}/frontend:${{ github.sha }}
- name: Build container
id: docker_build_main
uses: docker/build-push-action@v2
if: steps.extract_branch.outputs.branch == 'master'
with:
context: ./containers/frontend
push: true
tags: ghcr.io/${{ env.REPO }}:${{ github.sha }}, ghcr.io/${{ env.REPO }}:latest
tags: ghcr.io/${{ env.REPO }}/frontend:${{ github.sha }}, ghcr.io/${{ env.REPO }}/frontend:latest

0 comments on commit a7f4e01

Please sign in to comment.