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