We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c162b commit 3bfef1bCopy full SHA for 3bfef1b
.github/workflows/Docker.yml
@@ -27,5 +27,5 @@ jobs:
27
28
- name: Build and push
29
run: |
30
- docker build . --tag ghcr.io/lycheeOrg/lycheeorg:latest
31
- docker push ghcr.io/LycheeOrg/lycheeorg:latest
+ docker build . --tag ghcr.io/lycheeorg/lycheeorg:latest
+ docker push ghcr.io/lycheeorg/lycheeorg:latest
0 commit comments