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
|
||||
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
|
||||
with:
|
||||
context: ./ubuntu-mate
|
||||
file: ./ubuntu-mate/Dockerfile
|
||||
context: ./ubuntu-xfce
|
||||
file: ./ubuntu-xfce/Dockerfile
|
||||
platforms: linux/amd64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue