Skip to content

Commit

Permalink
Update dbc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shelajev authored Sep 12, 2024
1 parent 08834f5 commit 7723ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
tags: ${{ secrets.DOCKERHUB_USERNAME + "/todo-demo-application:latest" }}
tags: "olegselajev241/todo-demo-application:latest"
# For pull requests, export results to the build cache.
# Otherwise, push to a registry.
outputs: ${{ github.event_name == 'pull_request' && 'type=cacheonly' || 'type=registry,push=true' }}
Expand Down

0 comments on commit 7723ff7

Please sign in to comment.