update
This commit is contained in:
parent
6243ff43e1
commit
8c0a08af86
1 changed files with 1 additions and 3 deletions
4
.github/workflows/container.yml
vendored
4
.github/workflows/container.yml
vendored
|
@ -11,13 +11,11 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
linux:
|
||||||
runs-on: node
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- run: curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
|
|
||||||
|
|
||||||
- name: Login to Self-Hosted Registry
|
- name: Login to Self-Hosted Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue