Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Jul 5, 2024
1 parent 40836ec commit 7a24dae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-single-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,12 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ inputs.docker_registry }}/${{ github.repository }}/${{ inputs.image_name }}
images: |
${{ inputs.docker_registry }}/${{ github.repository }}/${{ inputs.image_name }}
- name: Print tags and labels
run: |
echo "tags=${{ steps.meta.outputs.tags }}"
echo "labels=${{ steps.meta.outputs.labels }}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
Expand Down

0 comments on commit 7a24dae

Please sign in to comment.