We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7fe28 commit b3a0f13Copy full SHA for b3a0f13
.github/workflows/release.yml
@@ -47,6 +47,6 @@ jobs:
47
with:
48
push: true
49
platforms: linux/amd64,linux/arm64
50
- tags: borosr/air:${{ env.VERSION }}
+ tags: cosmtrek/air:${{ env.VERSION }}
51
- name: show docker image digest
52
run: echo ${{ steps.docker_build.outputs.digest }}
0 commit comments