Skip to content

Commit

Permalink
gh: Try fixing docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabrunox committed Sep 24, 2024
1 parent ea39753 commit 5216dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
IMAGE_TAG: ${{ github.sha }}
run: |
docker load --input /tmp/frontend_image.tar
docker image tag frontend $REGISTRY/$REPOSITORY:$IMAGE_TAG
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
docker image tag frontend $REPOSITORY:$IMAGE_TAG
docker push $REPOSITORY:$IMAGE_TAG

0 comments on commit 5216dfe

Please sign in to comment.