Skip to content

Commit

Permalink
ci(devops): define step id for build step
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-zarrad committed Oct 30, 2022
1 parent 2e38449 commit b708a0a
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 b708a0a

Please sign in to comment.