mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-03-29 15:04:43 -04: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
Add a link
Reference in a new issue