mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 13:26:41 +02:00
tag docker image
This commit is contained in:
parent
590b0196e7
commit
4d79aa682a
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Required to make some things output color
|
# Required to make some things output color
|
||||||
TERM: ansi
|
TERM: ansi
|
||||||
|
@ -14,7 +14,7 @@ env:
|
||||||
TAG: latest
|
TAG: latest
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:7
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -84,4 +84,5 @@ jobs:
|
||||||
- name: Push docker image to DockerHub
|
- name: Push docker image to DockerHub
|
||||||
run: |
|
run: |
|
||||||
docker load < result
|
docker load < result
|
||||||
|
docker tag conduwuit:latest ${{ env.REPOSITORY }}:${{ env.TAG }}
|
||||||
docker push ${{ env.REPOSITORY }}:${{ env.TAG }}
|
docker push ${{ env.REPOSITORY }}:${{ env.TAG }}
|
Loading…
Add table
Reference in a new issue