Skip to content

Commit

Permalink
fix 9
Browse files Browse the repository at this point in the history
  • Loading branch information
RamyAlshurafa committed Dec 16, 2023
1 parent 387145a commit 38abf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build image
run: docker build -t ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME:latest .
run: docker build -t ghcr.io/${{ github.repository_owner }}/${{ github.event.release.tag_name }}:latest .

- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
Expand Down

0 comments on commit 38abf65

Please sign in to comment.