From aaf82f87db4f9cc78159880e407f759ac4576de2 Mon Sep 17 00:00:00 2001 From: roy_fuel <96140895+rfuelsh@users.noreply.github.com> Date: Tue, 18 Jan 2022 20:31:02 -0500 Subject: [PATCH] Add semver tagging for release image --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5ace6783f0..f6fded86ef2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -179,6 +179,8 @@ jobs: with: images: | ghcr.io/fuellabs/fuel-core + tags: | + type=semver,pattern={{raw}} - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 @@ -196,7 +198,7 @@ jobs: context: . file: deployment/Dockerfile push: true - tags: ${{ github.ref_name }} + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max