Update docker.yml
Rolling back docker build push action to attempt to fix build
This commit is contained in:
parent
56e6bd164b
commit
ae54c95d46
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
password: ${{ secrets.docker_token }}
|
password: ${{ secrets.docker_token }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
build-args: 'FOLDER_NAME=Linux-chardonnay'
|
build-args: 'FOLDER_NAME=Linux-chardonnay'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user