There was an error while loading. Please reload this page.
1 parent e3e365c commit 0c579e8Copy full SHA for 0c579e8
1 file changed
.github/workflows/publish-ghcr.yaml.yml
@@ -46,6 +46,9 @@ jobs:
46
with:
47
fetch-depth: 0
48
49
+ - name: Get tags
50
+ run: git fetch --tags origin
51
+
52
- run: ls -la
53
54
- name: Build and push by digest
0 commit comments