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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)