Skip to content

Commit

Permalink
Fix WF (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
rverst authored Jan 22, 2025
1 parent 6514cf5 commit 8b0458c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.meta.outputs.labels }}
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ github.sha }}
${{ secrets.DOCKER_USER }}/wp-ics-gen:latest
${{ secrets.DOCKER_USER }}/wp-ics-gen:${{ github.sha }}
ghcr.io/buterland-beckerhook:latest
ghcr.io/buterland-beckerhook:${{ github.sha }}
${{ secrets.DOCKER_USER }}/buterland-beckerhook:latest
${{ secrets.DOCKER_USER }}/buterland-beckerhook:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 8b0458c

Please sign in to comment.