Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lkaesberg authored Mar 28, 2024
1 parent 4b46b88 commit 2e2873a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
push: true
tags: |
ghcr.io/${{ github.repository }}/frontend:latest
ghcr.io/${{ github.repository }}/frontend:${GITHUB_REF_NAME}
ghcr.io/${{ github.repository }}/frontend:${{ github.ref_name }}
- name: Build and push backend
uses: docker/build-push-action@v2
Expand All @@ -37,4 +37,4 @@ jobs:
push: true
tags: |
ghcr.io/${{ github.repository }}/backend:latest
ghcr.io/${{ github.repository }}/backend:${GITHUB_REF_NAME}
ghcr.io/${{ github.repository }}/backend:${{ github.ref_name }}

0 comments on commit 2e2873a

Please sign in to comment.