Skip to content

Commit

Permalink
🚑fix: add missing id
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 committed May 8, 2024
1 parent 873053d commit d5ee40c
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 d5ee40c

Please sign in to comment.