diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7a07d02..de1e9a47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,6 +61,6 @@ jobs: with: push: true platforms: linux/amd64,linux/arm64 - tags: cosmtrek/air:latest + tags: huli/air:latest - name: Show image digest run: echo ${{ steps.docker_build.outputs.digest }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35a7c7ce..24774c0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,6 +49,6 @@ jobs: with: push: true platforms: linux/amd64,linux/arm64 - tags: cosmtrek/air:${{ env.VERSION }} + tags: huli/air:${{ env.VERSION }} - name: Show docker image digest run: echo ${{ steps.docker_build.outputs.digest }}