Skip to content

Commit

Permalink
Update push-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarm authored Jun 10, 2024
1 parent 68d0aad commit 4046266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Docker image
run: docker build -t ghcr.io/${{ github.repository_owner }}/f7t4fjhub:${{ env.APP_VERSION }} -f dockerfiles/Dockerfile .
run: docker build -t ghcr.io/${{ github.repository_owner }}/f7t4jhub:${{ env.APP_VERSION }} -f dockerfiles/Dockerfile .

- name: Push Docker image to GitHub Container Registry
run: docker push ghcr.io/${{ github.repository_owner }}/f7t4fjhub:${{ env.APP_VERSION }}
run: docker push ghcr.io/${{ github.repository_owner }}/f7t4jhub:${{ env.APP_VERSION }}

0 comments on commit 4046266

Please sign in to comment.