Skip to content

Commit

Permalink
or maybe now?
Browse files Browse the repository at this point in the history
  • Loading branch information
shelajev committed Sep 24, 2024
1 parent 91b9ebe commit b288027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
# Use docker.io for Docker Hub if empty
REGISTRY: docker.io
IMAGE_NAME: olegselajev241/todo-demo-application
SHA: ${{ github.event.pull_request.head.sha}}
SHA: ${{ github.sha}}


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
IMAGE_NAME: olegselajev241/todo-demo-application
SHA: ${{ github.event.pull_request.head.sha}}
SHA: ${{ github.sha}}
COMPARE_TAG: latest

jobs:
Expand Down

0 comments on commit b288027

Please sign in to comment.