Fix double ghcr.io in docker tag (#13)

This commit is contained in:
Mark Street
2022-07-06 19:51:32 +01:00
committed by GitHub
parent fae4219d7f
commit e997178c57

View File

@@ -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)