mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-10 08:07:20 +02:00
Update build.yml
This commit is contained in:
parent
027cd38089
commit
b410559d63
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: netbootxyz
|
name: build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
schedule:
|
schedule:
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
tag=latest
|
tag=latest
|
||||||
IMAGE=antonym/netbootxyz
|
IMAGE=netbootxyz/netbootxyz
|
||||||
TOKEN=$(curl -sX GET \
|
TOKEN=$(curl -sX GET \
|
||||||
"https://ghcr.io/token?scope=repository%3Aantonym%2Fnetbootxyz%3Apull" \
|
"https://ghcr.io/token?scope=repository%3Aantonym%2Fnetbootxyz%3Apull" \
|
||||||
| jq -r '.token')
|
| jq -r '.token')
|
||||||
@ -119,9 +119,9 @@ jobs:
|
|||||||
VERSION=${{ env.VERSION_TAG }}
|
VERSION=${{ env.VERSION_TAG }}
|
||||||
BUILD_DATE=${{ env.GITHUB_DATE }}
|
BUILD_DATE=${{ env.GITHUB_DATE }}
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/antonym/${{ github.workflow }}:latest
|
ghcr.io/netbootxyz/netbootxyz:latest
|
||||||
ghcr.io/antonym/${{ github.workflow }}:${{ github.sha }}
|
ghcr.io/netbootxyz/netbootxyz:${{ github.sha }}
|
||||||
ghcr.io/antonym/${{ github.workflow }}:${{ env.VERSION_TAG }}
|
ghcr.io/netbootxyz/netbootxyz:${{ env.VERSION_TAG }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
- name: Bump version and push tag
|
- name: Bump version and push tag
|
||||||
|
Loading…
Reference in New Issue
Block a user