Skip to content

Commit

Permalink
still wip
Browse files Browse the repository at this point in the history
  • Loading branch information
donkeyx committed Jun 19, 2024
1 parent 869b0b8 commit df2c9ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@ jobs:
branches: |
release/*
- name: Print Metadata Outputs
- name: Debug Metadata Outputs
run: |
echo "Tags: ${{ steps.meta.outputs.tags }}"
echo "Labels: ${{ steps.meta.outputs.labels }}"
echo "Images: ${{ steps.meta.outputs.images }}"
echo "Meta Outputs: ${{ toJson(steps.meta.outputs) }}"
- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit df2c9ed

Please sign in to comment.