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 54fede3 commit 869b0b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,11 @@ jobs:
branches: |
release/*
- name: Debug Metadata Output
run: echo "Tags: ${{ steps.meta.outputs.tags }}"
- name: Print Metadata Outputs
run: |
echo "Tags: ${{ steps.meta.outputs.tags }}"
echo "Labels: ${{ steps.meta.outputs.labels }}"
echo "Images: ${{ steps.meta.outputs.images }}"
- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 869b0b8

Please sign in to comment.