Skip to content

Commit

Permalink
Github workflow updated 🏃
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulhaque committed Jan 9, 2025
1 parent 0cbcb63 commit af4d501
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- name: Build Docker image
run: |
docker build -f Dockerfile.release \
-t ghcr.io/${{ github.repository_owner }}/${{ github.repository }}-alpine:${{ env.VERSION }} \
-t ghcr.io/${{ github.repository_owner }}/${{ github.repository }}-alpine:latest .
-t ghcr.io/${{ github.repository }}-alpine:${{ env.VERSION }} \
-t ghcr.io/${{ github.repository }}-alpine:latest .
# Push the Docker image
- name: Push Docker image
run: |
docker push ghcr.io/${{ github.repository_owner }}/${{ github.repository }}-alpine:${{ env.VERSION }}
docker push ghcr.io/${{ github.repository_owner }}/${{ github.repository }}-alpine:latest
docker push ghcr.io/${{ github.repository }}-alpine:${{ env.VERSION }}
docker push ghcr.io/${{ github.repository }}-alpine:latest

0 comments on commit af4d501

Please sign in to comment.