Skip to content

Commit 9bb31ed

Browse files
chore: set user and id
1 parent 3d61d93 commit 9bb31ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-and-publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
tags: latest ${{ github.ref_name }}
3939
containerfiles: |
4040
./Containerfile
41+
build-args: |
42+
USER_UID=1001
43+
USER_NAME=apic
4144
4245
- name: Log in to the GitHub Container registry
4346
uses: redhat-actions/podman-login@v1

0 commit comments

Comments
 (0)