Skip to content

Commit 564253a

Browse files
committed
fix docker workflow error
1 parent c5c26ee commit 564253a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-develop-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
uses: docker/build-push-action@v6
2323
with:
2424
push: true
25-
tags: Archmonger/Conreq:develop
25+
tags: archmonger/conreq:develop

.github/workflows/publish-latest-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
uses: docker/build-push-action@v6
2222
with:
2323
push: true
24-
tags: Archmonger/Conreq:latest
24+
tags: archmonger/conreq:latest

0 commit comments

Comments
 (0)