Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 14c75f6

Browse files
committed
Fix typo in 907d3b6
1 parent 907d3b6 commit 14c75f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@ jobs:
173173
crane tag lycheeorg/lychee:testing-${{ github.run_id }} ${{ github.event.inputs.tagname }}
174174
crane cp lycheeorg/lychee:testing-${{ github.run_id }} lycheeorg/lychee-laravel:${{ github.event.inputs.tagname }}
175175
crane auth login -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} ghcr.io
176-
crane cp index.docker.io/lycheeorg/${{ github.event.inputs.tagname }} ghcr.io/lycheeorg/lychee:${{ github.event.inputs.tagname }}
176+
crane cp index.docker.io/lycheeorg/lychee:${{ github.event.inputs.tagname }} ghcr.io/lycheeorg/lychee:${{ github.event.inputs.tagname }}

0 commit comments

Comments
 (0)