remove buildx step, I think the image comes with it setup?
This commit is contained in:
parent
84d3a33eef
commit
4c48cad76d
1 changed files with 0 additions and 4 deletions
4
.github/workflows/container.yml
vendored
4
.github/workflows/container.yml
vendored
|
@ -15,10 +15,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
|
||||||
id: buildx
|
|
||||||
uses: docker/setup-buildx-action@master
|
|
||||||
|
|
||||||
- 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