Skip to content

Commit 3dc1719

Browse files
authored
Update docker-publish.yml
1 parent 8938c87 commit 3dc1719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: meta
3131
uses: docker/metadata-action@v5
3232
with:
33-
images: ancplua/createpdf-net
33+
images: ancplua/createpdf.net
3434
tags: |
3535
type=ref,event=branch
3636
type=ref,event=tag
@@ -46,4 +46,4 @@ jobs:
4646
tags: ${{ steps.meta.outputs.tags }}
4747
labels: ${{ steps.meta.outputs.labels }}
4848
cache-from: type=gha
49-
cache-to: type=gha,mode=max
49+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)