Skip to content

Commit

Permalink
fix: release CI add runneradmin to docker group (#1199)
Browse files Browse the repository at this point in the history
add runneradmin to docker group

Signed-off-by: Keming <[email protected]>

Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy authored Nov 14, 2022
1 parent 1a6ef93 commit 5462d30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ jobs:
- name: Build and push
run: |
sudo -u runneradmin id
sudo usermod -aG docker runneradmin
sudo -u runneradmin bash ./base-images/remote-cache/build-and-push-remote-cache.sh
env:
BUILD_FUNC: ${{ matrix.build_func }}
Expand Down

0 comments on commit 5462d30

Please sign in to comment.