diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c7fecbc..24bfb21a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} \ No newline at end of file