Skip to content

Commit

Permalink
Merge pull request #62 from rGunti/61-bug-web-api-container-missing
Browse files Browse the repository at this point in the history
fixed release pipeline bug
  • Loading branch information
rGunti authored Feb 4, 2023
2 parents 25a868f + 314394e commit 8219f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: rGunti/FloppyBot/.github/workflows/template-release-docker-image.yml@main
with:
dockerfile_path: src/FloppyBot.WebApi.Agent/Dockerfile
image_name: floppybot/command-parser
image_name: floppybot/web-api
image_tag: ${{ github.ref_name }}
secrets:
docker_hub_username: ${{ secrets.DOCKER_HUB_USERNAME }}
Expand Down

0 comments on commit 8219f93

Please sign in to comment.