Skip to content

Commit

Permalink
fix docker workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Jun 29, 2024
1 parent c5c26ee commit 564253a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-develop-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: Archmonger/Conreq:develop
tags: archmonger/conreq:develop
2 changes: 1 addition & 1 deletion .github/workflows/publish-latest-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: Archmonger/Conreq:latest
tags: archmonger/conreq:latest

0 comments on commit 564253a

Please sign in to comment.