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
|
||||
with:
|
||||
image: dit-docs/dsm-client
|
||||
runs-on: "['ubuntu-latest']"
|
||||
secrets:
|
||||
username: ${{ secrets.HARBOR_PUBLIC_USER }}
|
||||
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
|
||||
with:
|
||||
image: dit-docs/dsm-client
|
||||
runs-on: "['ubuntu-latest']"
|
||||
secrets:
|
||||
username: ${{ secrets.HARBOR_PUBLIC_USER }}
|
||||
password: ${{ secrets.HARBOR_PUBLIC_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user