From b410559d639924a549caa0767274de082214c50f Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 6 Sep 2021 19:08:27 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93fe926..4282d02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: netbootxyz +name: build on: push: schedule: @@ -42,7 +42,7 @@ jobs: continue-on-error: true run: | tag=latest - IMAGE=antonym/netbootxyz + IMAGE=netbootxyz/netbootxyz TOKEN=$(curl -sX GET \ "https://ghcr.io/token?scope=repository%3Aantonym%2Fnetbootxyz%3Apull" \ | jq -r '.token') @@ -119,9 +119,9 @@ jobs: VERSION=${{ env.VERSION_TAG }} BUILD_DATE=${{ env.GITHUB_DATE }} tags: | - ghcr.io/antonym/${{ github.workflow }}:latest - ghcr.io/antonym/${{ github.workflow }}:${{ github.sha }} - ghcr.io/antonym/${{ github.workflow }}:${{ env.VERSION_TAG }} + ghcr.io/netbootxyz/netbootxyz:latest + ghcr.io/netbootxyz/netbootxyz:${{ github.sha }} + ghcr.io/netbootxyz/netbootxyz:${{ env.VERSION_TAG }} labels: ${{ steps.meta.outputs.labels }} - name: Bump version and push tag