diff --git a/.github/workflows/generic_build.yml b/.github/workflows/generic_build.yml index 8ec3944d..67542b9c 100644 --- a/.github/workflows/generic_build.yml +++ b/.github/workflows/generic_build.yml @@ -83,9 +83,6 @@ jobs: uses: docker/build-push-action@v3.1.1 with: context: . - build-args: | - VCS_REF=${{ github.sha }} - VCS_VER=${{ github.ref }} # Build at least the AMD64 image (which runs against the test suite). platforms: ${{ inputs.platforms }} # Paired with steps `actions/cache` and `Replace cache` (replace src with dest): diff --git a/.github/workflows/generic_publish.yml b/.github/workflows/generic_publish.yml index 901b9d95..945b51c9 100644 --- a/.github/workflows/generic_publish.yml +++ b/.github/workflows/generic_publish.yml @@ -66,13 +66,18 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} + - name: 'Acquire the image version' + id: get-version + shell: bash + run: echo "::set-output name=version::$(