mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-29 22:26:26 -04:00
Switch builder automatically
This commit is contained in:
parent
d0bc2f43ff
commit
d25450fec4
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -147,11 +147,13 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
container:
|
||||
image: yuezk/gpdev:pkgbuild
|
||||
options: -u builder
|
||||
credentials:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
steps:
|
||||
- name: Change to non-root user
|
||||
run: |
|
||||
sudo su "$(stat -c '%U' $HOME)"
|
||||
- name: Download tarball
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user