mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 15:29:36 +02:00
Update frontend-latest.yml
This commit is contained in:
parent
4c85f8601e
commit
7f41ac74eb
1 changed files with 1 additions and 4 deletions
5
.github/workflows/frontend-latest.yml
vendored
5
.github/workflows/frontend-latest.yml
vendored
|
@ -45,10 +45,7 @@ jobs:
|
|||
context: ./frontend
|
||||
|
||||
- name: Tag Docker image for GHCR
|
||||
run: docker tag $IMAGE_NAME:latest ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME:latest
|
||||
|
||||
- name: Tag Docker image for Docker Hub
|
||||
run: docker tag $IMAGE_NAME:latest ${{ secrets.DOCKERHUB_USERNAME }}/$IMAGE_NAME:latest
|
||||
run: docker tag ${{ secrets.DOCKERHUB_USERNAME }}/$IMAGE_NAME:latest ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME:latest
|
||||
|
||||
- name: Push Docker image to GHCR
|
||||
run: docker push ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue