Skip to content

Commit

Permalink
Merge pull request #115 from lazybytez/fix/deployment
Browse files Browse the repository at this point in the history
Define step id for build step
  • Loading branch information
pascal-zarrad authored Oct 30, 2022
2 parents 2e38449 + b708a0a commit e0cead1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:

- name: Build and publish public image
uses: docker/build-push-action@v3
id: build_push
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit e0cead1

Please sign in to comment.