Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kaznak committed Dec 14, 2023
1 parent 4473d33 commit 5f1c41a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: debug
env:
tags: ${{ join(matrix.tags) }}
run: |
echo $tags
- name: Build and load
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 5f1c41a

Please sign in to comment.