Skip to content

Commit

Permalink
Update dbc.yml
Browse files Browse the repository at this point in the history
add image repo/tag
  • Loading branch information
shelajev authored Sep 12, 2024
1 parent d36b14f commit 08834f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
types:
- completed


jobs:
docker:
runs-on: ubuntu-latest
Expand All @@ -28,7 +27,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
tags: "IMAGE"
tags: ${{ secrets.DOCKERHUB_USERNAME + "/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 08834f5

Please sign in to comment.