Switch builder automatically

This commit is contained in:
Kevin Yue 2024-02-25 20:41:06 -05:00
parent d0bc2f43ff
commit d25450fec4

View File

@ -147,11 +147,13 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
container: container:
image: yuezk/gpdev:pkgbuild image: yuezk/gpdev:pkgbuild
options: -u builder
credentials: credentials:
username: ${{ secrets.DOCKER_HUB_USERNAME }} username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }} password: ${{ secrets.DOCKER_HUB_TOKEN }}
steps: steps:
- name: Change to non-root user
run: |
sudo su "$(stat -c '%U' $HOME)"
- name: Download tarball - name: Download tarball
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with: