Skip to content

Commit

Permalink
Update docker_build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HamWham authored Jul 16, 2024
1 parent 0517945 commit 26c2e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
if: steps.changes.outputs.simpson == 'true'
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:SIMPSONN"
tags: nuitrcs/SIMPSON:${{ steps.vars.outputs.sha_short }}
context: "{{defaultContext}}:SIMPSON"
tags: nuitrcs/simpson:${{ steps.vars.outputs.sha_short }}
file: Dockerfile
# For pull requests, export results to the build cache.
# Otherwise, push to a registry.
Expand Down

0 comments on commit 26c2e68

Please sign in to comment.