mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 10:56: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:
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
||||
env:
|
||||
# Required to make some things output color
|
||||
TERM: ansi
|
||||
|
@ -14,7 +14,7 @@ env:
|
|||
TAG: latest
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
ci:7
|
||||
name: CI
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -84,4 +84,5 @@ jobs:
|
|||
- name: Push docker image to DockerHub
|
||||
run: |
|
||||
docker load < result
|
||||
docker tag conduwuit:latest ${{ env.REPOSITORY }}:${{ env.TAG }}
|
||||
docker push ${{ env.REPOSITORY }}:${{ env.TAG }}
|
Loading…
Add table
Reference in a new issue