Skip to content

Commit

Permalink
adjust docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jan 12, 2024
1 parent 3e38e33 commit a275de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
with:
file: Dockerfile.alpine
push: true # Will only build if this is not here
# TODO: ghcr.io/${{ github.repository }}:${{ github.ref }}
# TODO: .latest & ghcr.io/${{ github.repository }}:${{ github.ref }}
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:edge

0 comments on commit a275de8

Please sign in to comment.