Skip to content

Instantly share code, notes, and snippets.

@maxnasonov
Last active June 6, 2023 06:12
Show Gist options
  • Save maxnasonov/bede4af0ebb0806cc6eb65441cae936d to your computer and use it in GitHub Desktop.
Save maxnasonov/bede4af0ebb0806cc6eb65441cae936d to your computer and use it in GitHub Desktop.
version: v1.1.0
steps:
- build: -t $Registry/mnasonov -f abc.Dockerfile .
env:
- ABC={{.Values.abc}}
- push:
- $Registry/mnasonov:latest
FROM crsvinfra.azurecr.io/svopsbot:latest
ARG ABC
RUN echo $ABC > /abc
RUN echo xxx >> /abc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment