Skip to content

Commit

Permalink
Invalid reference format fix by doing nothing
Browse files Browse the repository at this point in the history
Yes...

Signed-off-by: Mr. Rubber Ducky (Simon) <[email protected]>
  • Loading branch information
MrRubberDucky authored Jan 21, 2024
1 parent a04ef92 commit 20c715c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: 'Build the image'
run: |
docker build . --tag ghcr.io/rubberverse/qor-caddy:latest --build-arg alpine_version=${{env.ALPINE_VERSION}} --build-arg caddy_version=${{env.CADDY_VERSION}} --build-arg build_version=${{env.BUILD_VERSION}}
docker push ghcr.io/rubberverse/qor-caddy:${{env.BUILD_VERSION}}
docker push ghcr.io/rubberverse/qor-caddy:latest

0 comments on commit 20c715c

Please sign in to comment.