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 314401c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .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 All @@ -21,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
packages: admin

steps:
- name: Checkout repository
Expand All @@ -46,5 +47,5 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: v0.18.0
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 314401c

Please sign in to comment.