Run image builder on ubuntu-latest
This commit is contained in:
parent
0d8ca48856
commit
310513ff97
1
.github/workflows/deploy-dev.yaml
vendored
1
.github/workflows/deploy-dev.yaml
vendored
@ -28,6 +28,7 @@ jobs:
|
|||||||
needs: test
|
needs: test
|
||||||
with:
|
with:
|
||||||
image: dit-docs/dsm-client
|
image: dit-docs/dsm-client
|
||||||
|
runs-on: "['ubuntu-latest']"
|
||||||
secrets:
|
secrets:
|
||||||
username: ${{ secrets.HARBOR_PUBLIC_USER }}
|
username: ${{ secrets.HARBOR_PUBLIC_USER }}
|
||||||
password: ${{ secrets.HARBOR_PUBLIC_TOKEN }}
|
password: ${{ secrets.HARBOR_PUBLIC_TOKEN }}
|
||||||
|
|||||||
1
.github/workflows/deploy-production.yaml
vendored
1
.github/workflows/deploy-production.yaml
vendored
@ -28,6 +28,7 @@ jobs:
|
|||||||
needs: test
|
needs: test
|
||||||
with:
|
with:
|
||||||
image: dit-docs/dsm-client
|
image: dit-docs/dsm-client
|
||||||
|
runs-on: "['ubuntu-latest']"
|
||||||
secrets:
|
secrets:
|
||||||
username: ${{ secrets.HARBOR_PUBLIC_USER }}
|
username: ${{ secrets.HARBOR_PUBLIC_USER }}
|
||||||
password: ${{ secrets.HARBOR_PUBLIC_TOKEN }}
|
password: ${{ secrets.HARBOR_PUBLIC_TOKEN }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user