Skip to content

Commit

Permalink
Merge pull request #294 from Marukome0743/pr294
Browse files Browse the repository at this point in the history
🚑fix: add missing id
  • Loading branch information
Marukome0743 authored May 8, 2024
2 parents 873053d + d5ee40c commit 6107ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:

- name: Build and Push
uses: docker/build-push-action@v5
id: push
with:
context: .
platforms: ${{ fromJSON(env.IS_PUSH) && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
Expand Down

0 comments on commit 6107ffe

Please sign in to comment.