mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-10 08:07:20 +02:00
Add Docker Hub as as mirror
This commit is contained in:
parent
dcbf008fe2
commit
d49c96b69f
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -30,6 +30,12 @@ jobs:
|
|||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|
||||||
|
- name: Login to the Docker Container Registry
|
||||||
|
uses: docker/login-action@v2
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.DOCKERHUB_USER }}
|
||||||
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Login to the GitHub Container Registry
|
- name: Login to the GitHub Container Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
@ -119,6 +125,9 @@ jobs:
|
|||||||
VERSION=${{ env.VERSION_TAG }}
|
VERSION=${{ env.VERSION_TAG }}
|
||||||
BUILD_DATE=${{ env.GITHUB_DATE }}
|
BUILD_DATE=${{ env.GITHUB_DATE }}
|
||||||
tags: |
|
tags: |
|
||||||
|
netbootxyz/netbootxyz:latest
|
||||||
|
netbootxyz/netbootxyz:${{ github.sha }}
|
||||||
|
netbootxyz/netbootxyz:${{ env.VERSION_TAG }}
|
||||||
ghcr.io/netbootxyz/netbootxyz:latest
|
ghcr.io/netbootxyz/netbootxyz:latest
|
||||||
ghcr.io/netbootxyz/netbootxyz:${{ github.sha }}
|
ghcr.io/netbootxyz/netbootxyz:${{ github.sha }}
|
||||||
ghcr.io/netbootxyz/netbootxyz:${{ env.VERSION_TAG }}
|
ghcr.io/netbootxyz/netbootxyz:${{ env.VERSION_TAG }}
|
||||||
|
Loading…
Reference in New Issue
Block a user