mirror of
https://github.com/decompals/wibo.git
synced 2025-07-07 13:45:58 +00:00
Fix double ghcr.io in docker tag (#13)
This commit is contained in:
parent
fae4219d7f
commit
e997178c57
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
tags: ghcr.io/ghcr.io/decompals/wibo:latest
|
||||
tags: ghcr.io/decompals/wibo:latest
|
||||
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
|
||||
|
||||
- name: Build and push to Github registry (versioned)
|
||||
|
Loading…
x
Reference in New Issue
Block a user