Skip to content

Commit

Permalink
Override docker image for v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Dec 20, 2023
1 parent 623756e commit 8ac52db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: Create and publish a Docker image
on:
push:
tags: [ 'v*.*.*' ]
pull_request:

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -46,5 +47,5 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ghcr.io/getzola/zola:v0.18.0
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 8ac52db

Please sign in to comment.