diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40bbaf8..8d7b59d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,5 @@ jobs: - name: Check Docker image run: | set -x; - echo ${{ github.repository }}; docker images; docker run --rm ${{ steps.docker-build-push.outputs.imageid }} whoami; diff --git a/docker-build-push/action.yml b/docker-build-push/action.yml index 765a02e..8599327 100644 --- a/docker-build-push/action.yml +++ b/docker-build-push/action.yml @@ -42,8 +42,12 @@ runs: id: meta uses: docker/metadata-action@v5 # https://github.com/docker/metadata-action with: + context: 'git' + # flavor images: ${{ inputs.metadata_images }} tags: ${{ inputs.metadata_tags }} + sep-tags: '\n' + sep-labels: '\n' - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx