From 314401c5da37f8f763d9abc4de34915c9efa95dc Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 20 Dec 2023 19:35:05 +0100 Subject: [PATCH] Override docker image for v0.18.0 --- .github/workflows/cd-workflow.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-workflow.yml b/.github/workflows/cd-workflow.yml index 6d20ea7664..a2f2c719b8 100644 --- a/.github/workflows/cd-workflow.yml +++ b/.github/workflows/cd-workflow.yml @@ -11,6 +11,7 @@ name: Create and publish a Docker image on: push: tags: [ 'v*.*.*' ] + pull_request: env: REGISTRY: ghcr.io @@ -21,7 +22,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: read - packages: write + packages: admin steps: - name: Checkout repository @@ -46,5 +47,5 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }} + tags: v0.18.0 labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file