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