Skip to content

Commit

Permalink
Update x11.yml
Browse files Browse the repository at this point in the history
x11
  • Loading branch information
hkloudou authored Jan 24, 2025
1 parent 981b145 commit e0edc0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/x11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
with:
context: ./${{ steps.prepare.outputs.image-name }}
file: ./${{ steps.prepare.outputs.image-name }}/Dockerfile.${{ github.event.inputs.version }}
platforms: linux/amd64,linux/arm64
platforms: linux/arm64
push: ${{ github.event_name != 'pull_request' }}
build-args: ${{ steps.prepare.outputs.build_args }}
tags: ${{ steps.prepare.outputs.tags }}
- name: Clear
if: always()
run: |
rm -rf ${HOME}/.docker/config.json
rm -rf ${HOME}/.docker/config.json

0 comments on commit e0edc0e

Please sign in to comment.