Skip to content

Commit

Permalink
using new kaniko.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Nov 15, 2024
1 parent 773a9c0 commit eb72f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/s
apt-get clean && rm -rf /var/lib/apt/lists/*


COPY --from=ghcr.io/npo-poms/kaniko:3 /docker-build-setup.sh /
COPY --from=ghcr.io/npo-poms/kaniko:main /docker-build-setup.sh /
COPY scripts/* /


Expand Down

0 comments on commit eb72f24

Please sign in to comment.