Skip to content

Commit

Permalink
👷 pass latest for now
Browse files Browse the repository at this point in the history
  • Loading branch information
josuablejeru committed Aug 13, 2023
1 parent 3022baf commit 108c22d
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 @@ -27,5 +27,5 @@ jobs:

- name: Push Docker image to GitHub Packages
run: |
docker tag ${{ github.repository }}:${{ github.sha }} ghcr.io/${{ github.repository }}:latest
docker tag ${{ github.repository }}:latest ghcr.io/${{ github.repository }}:latest
docker push ghcr.io/${{ github.repository }}:latest

0 comments on commit 108c22d

Please sign in to comment.