Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jan 12, 2024
1 parent 3b63f84 commit 3e38e33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Build and Push Docker Image
uses: docker/build-push-action@v2
with:
file: Dockerfile.alpine
push: true # Will only build if this is not here
# TODO: ghcr.io/${{ github.repository }}:${{ github.ref }}
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:latest

0 comments on commit 3e38e33

Please sign in to comment.