Skip to content

Commit

Permalink
fix: tags
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Dec 6, 2024
1 parent a880870 commit 90c8d3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:

- name: foo
run : |
echo "${{ steps.prep.outputs.json }}"
echo "${{ steps.meta.outputs.json }}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -138,6 +138,7 @@ jobs:
context: ${{ steps.get_dir.outputs.docker_directory }}
file: ${{ inputs.dockerfile }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: ${{ inputs.build_args }}

- name: Scan Docker Image
Expand Down

0 comments on commit 90c8d3e

Please sign in to comment.