From d2cf9a429dd843d196ebbbd9de6e7bf0b616ab4e Mon Sep 17 00:00:00 2001 From: muchasxmaracas <99442216+muchasxmaracas@users.noreply.github.com> Date: Wed, 31 Jan 2024 18:00:06 +0100 Subject: [PATCH] use latest tag via env --- .github/workflows/github-actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 0db6307..21fc7a6 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -8,6 +8,7 @@ on: env: REGISTRY: ghcr.io IMAGE_NAME: deathgarden-api-rebirth + PUSH_TAG: latest jobs: build-and-push-image: @@ -39,5 +40,5 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ env.PUSH_TAG }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file