use TOKEN_REGISTRY variable
Some checks are pending
Main / build (push) Waiting to run

This commit is contained in:
RouxAntoine 2024-08-31 18:33:40 +02:00
parent 24337e9e00
commit 07424811ce
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
3 changed files with 7 additions and 9 deletions

View File

@ -31,7 +31,7 @@ jobs:
method: 'DELETE'
continue-on-error: true
username: ${{ github.actor }}
password: ${{ secrets.PACKAGE_PUSH_TOKEN }}
password: ${{ secrets.TOKEN_REGISTRY }}
timeout: 20000
if: env.RELEASE_VERSION == 'master'
@ -42,7 +42,7 @@ jobs:
url: "https://antoine-roux.tk/projects/api/packages/go/generic/docker-multi-arch-builder/${{ env.RELEASE_VERSION }}/docker-multi-arch-builder"
method: 'PUT'
username: ${{ github.actor }}
password: ${{ secrets.PACKAGE_PUSH_TOKEN }}
password: ${{ secrets.TOKEN_REGISTRY }}
timeout: 20000
file: "${{ github.workspace }}/bin/docker-multi-arch-builder-linux-amd64"

View File

@ -1,5 +1,4 @@
//go:build dev
// +build dev
package version

View File

@ -1,5 +1,4 @@
//go:build prod
// +build prod
package version