diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 151aa6e..146d3c7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -96,8 +96,10 @@ jobs: uses: docker/metadata-action@v5 with: images: ghcr.io/${{ github.repository }}/run-image + labels: | + io.buildpacks.base.distro.name=ubuntu + io.buildpacks.base.distro.version=24.04 tags: | - type=ref,event=tag type=sha,format=short - name: Build and push run-image @@ -109,9 +111,7 @@ jobs: target: run push: true tags: ${{ steps.meta.outputs.tags }} - labels: | - io.buildpacks.base.distro.name=ubuntu - io.buildpacks.base.distro.version=24.04 + labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max