Skip to content

Commit 4f5be7a

Browse files
committed
Attempt to fix docker-build.yml
1 parent 9f0961d commit 4f5be7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: publish
33
on:
44
push:
55
tags:
6-
- '*'
6+
- "*"
77

88
jobs:
99
publish:
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 1
1818

1919
- name: Setup mirror
20-
uses: self-actuated/hub-mirror@master
20+
uses: self-actuated/hub-mirror@v3
2121
- name: Get TAG
2222
id: get_tag
2323
run: echo TAG=${GITHUB_REF#refs/tags/} >> $GITHUB_ENV
@@ -46,4 +46,4 @@ jobs:
4646
tags: |
4747
ghcr.io/${{ env.REPO_OWNER }}/mini-mail-dev:${{ github.sha }}
4848
ghcr.io/${{ env.REPO_OWNER }}/mini-mail-dev:${{ env.TAG }}
49-
ghcr.io/${{ env.REPO_OWNER }}/mini-mail-dev:latest
49+
ghcr.io/${{ env.REPO_OWNER }}/mini-mail-dev:latest

0 commit comments

Comments
 (0)