Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaznak committed Dec 14, 2023
1 parent 5f1c41a commit 50d79db
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ 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 Expand Up @@ -97,4 +91,4 @@ jobs:
file: ${{ matrix.files.dockerfile }}
platforms: ${{ matrix.platforms }}
push: true
tags: ${{ env.TAGS }}
tags: ${{ join(matrix.tags) }}

0 comments on commit 50d79db

Please sign in to comment.