fixing build
This commit is contained in:
parent
f37afd1910
commit
7f6d04cb3d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ubuntu-xfce-build.yml
vendored
4
.github/workflows/ubuntu-xfce-build.yml
vendored
|
|
@ -69,8 +69,8 @@ jobs:
|
||||||
id: build-and-push
|
id: build-and-push
|
||||||
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
|
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
|
||||||
with:
|
with:
|
||||||
context: ./ubuntu-mate
|
context: ./ubuntu-xfce
|
||||||
file: ./ubuntu-mate/Dockerfile
|
file: ./ubuntu-xfce/Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue