Skip to content

Commit 8573af5

Browse files
committed
change
1 parent 74fb86a commit 8573af5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
run: |
2828
/kaniko/executor \
2929
--dockerfile=./Dockerfile \
30-
--context=. \
30+
--context=./ \
3131
--verbosity debug \
3232
--destination=${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pycon-backend:arm-${{ inputs.githash }}

infrastructure/tools/images/kaniko/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM gcr.io/kaniko-project/executor:debug AS kaniko
22

33
FROM ghcr.io/actions/actions-runner:2.321.0
44

5-
USER runner
6-
7-
COPY --chown=runner:docker --from=kaniko /kaniko/ /kaniko/
5+
COPY --from=kaniko /kaniko/ /kaniko/
86

97
ENV SSL_CERT_DIR /kaniko/ssl/certs
108
ENV PATH $PATH:/usr/local/bin:/kaniko
119
ENV DOCKER_CONFIG /kaniko/.docker/
10+
11+
ENV RUNNER_ALLOW_RUNASROOT 1

0 commit comments

Comments
 (0)