mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 13:26:41 +02:00
this will hopefully work
This commit is contained in:
parent
4d79aa682a
commit
d016c89ce2
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -83,6 +83,7 @@ jobs:
|
|||
|
||||
- name: Push docker image to DockerHub
|
||||
run: |
|
||||
export REPO_LOWER_CASE = echo "$REPOSITORY" | tr '[:upper:]' '[:lower:]'
|
||||
docker load < result
|
||||
docker tag conduwuit:latest ${{ env.REPOSITORY }}:${{ env.TAG }}
|
||||
docker push ${{ env.REPOSITORY }}:${{ env.TAG }}
|
||||
docker tag conduwuit:latest $REPO_LOWER_CASE:${{ env.TAG }}
|
||||
docker push $REPO_LOWER_CASE:${{ env.TAG }}
|
Loading…
Add table
Reference in a new issue