Skip to content

Commit

Permalink
fix image repository
Browse files Browse the repository at this point in the history
  • Loading branch information
irostub committed Jan 15, 2024
1 parent c432594 commit 033da83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.IROSTUB_DOCKERHUB_TOKEN }}/steam_discount_tracker_for_discord:${{ steps.vars.outputs.tag }} , ${{ secrets.IROSTUB_DOCKERHUB_TOKEN }}/steam_discount_tracker_for_discord:latest
tags: ${{ secrets.IROSTUB_DOCKERHUB_USERNAME }}/steam_discount_tracker_for_discord:${{ steps.vars.outputs.tag }} , ${{ secrets.IROSTUB_DOCKERHUB_TOKEN }}/steam_discount_tracker_for_discord:latest

0 comments on commit 033da83

Please sign in to comment.