update
This commit is contained in:
parent
c2cde94e04
commit
9ddd7d49f1
1 changed files with 3 additions and 3 deletions
6
.github/workflows/container.yml
vendored
6
.github/workflows/container.yml
vendored
|
@ -17,6 +17,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Docker
|
||||
uses: https://github.com/docker/setup-docker-action@v4
|
||||
|
||||
- name: Login to Self-Hosted Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
@ -24,9 +27,6 @@ jobs:
|
|||
username: ${{ secrets.MYCO_REGISTRY_USER }}
|
||||
password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }}
|
||||
|
||||
- name: Set up Docker
|
||||
uses: https://github.com/docker/setup-docker-action@v4
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue