diff --git a/.github/workflows/dbc.yml b/.github/workflows/dbc.yml index 57db14e..e65e748 100644 --- a/.github/workflows/dbc.yml +++ b/.github/workflows/dbc.yml @@ -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' }}