From 104188a28b03fd33aadcb2366d136079add5ae5c Mon Sep 17 00:00:00 2001 From: fewensa <37804932+fewensa@users.noreply.github.com> Date: Mon, 27 May 2024 11:36:54 +0800 Subject: [PATCH] Add staging tag --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a6f0b0..5a3304c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,9 @@ jobs: push: true context: . file: Dockerfile - tags: ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}:sha-${{ env.SHA }} + tags: | + ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}:sha-${{ env.SHA }} + ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}:staging - name: Publish docker image with tag uses: docker/build-push-action@v3