Skip to content

Commit

Permalink
Update ubuntu-build-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danchitnis committed Aug 18, 2024
1 parent 7b52dcd commit 624ccd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
with:
context: ./ubuntu-xfce/
file: Dockerfile
context: .
file: ./ubuntu-xfce/Dockerfile
push: true
tags: danchitnis/xrdp:ubuntu-xfce-next # Replace with your image tag
platforms: linux/amd64,linux/arm64 # Specify multiple platforms
Expand Down

0 comments on commit 624ccd4

Please sign in to comment.