diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index fb5448f..8bb52c8 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -49,8 +49,10 @@ jobs: id: build uses: docker/build-push-action@v6 with: + build-args: | + VERSION=${{ github.ref_name }} file: ./Dockerfile.dev.buildx - platforms: ${{ matrix.platform }} + platforms: ${{ steps.meta.outputs.version }} tags: ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }},${{ env.REGISTRY_IMAGE }}:latest outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true