diff --git a/.github/workflows/ci.yaml b/.github/workflows/build.yaml similarity index 94% rename from .github/workflows/ci.yaml rename to .github/workflows/build.yaml index 6b03b07..79b8e22 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/build.yaml @@ -37,7 +37,7 @@ jobs: with: context: . build-args: | - "BUILD_VERSION=${{ steps.meta.outputs.version }}" + "BUILD_VERSION=${{ steps.meta.outputs.version }}-${GITHUB_SHA::8}" platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true tags: ${{ steps.meta.outputs.tags }}