update
This commit is contained in:
parent
66f1db410a
commit
c2cde94e04
1 changed files with 1 additions and 3 deletions
4
.github/workflows/container.yml
vendored
4
.github/workflows/container.yml
vendored
|
@ -12,7 +12,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
linux:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: node
|
||||||
container:
|
container:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -23,8 +23,6 @@ jobs:
|
||||||
registry: fung.uy
|
registry: fung.uy
|
||||||
username: ${{ secrets.MYCO_REGISTRY_USER }}
|
username: ${{ secrets.MYCO_REGISTRY_USER }}
|
||||||
password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }}
|
password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }}
|
||||||
- name: install deps
|
|
||||||
run: apt update && apt install iptables -y
|
|
||||||
|
|
||||||
- name: Set up Docker
|
- name: Set up Docker
|
||||||
uses: https://github.com/docker/setup-docker-action@v4
|
uses: https://github.com/docker/setup-docker-action@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue