tag docker image

This commit is contained in:
AwesomeQubic 2024-01-18 11:37:58 +01:00
parent 590b0196e7
commit 4d79aa682a

View file

@ -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 }}