Skip to content

Commit

Permalink
Add missing id for build step
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyun committed Apr 11, 2024
1 parent f5ade09 commit 185d28a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: docker/build-push-action@v5
- id: build
uses: docker/build-push-action@v5
with:
context: .
file: .binder/Dockerfile
Expand Down

0 comments on commit 185d28a

Please sign in to comment.