Skip to content

Commit

Permalink
env platform
Browse files Browse the repository at this point in the history
  • Loading branch information
effoeffi committed Aug 23, 2023
1 parent a3ee1ca commit cd0f0ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion breaking/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tufin/oasdiff:main
ENV RUNTIME docker,github-action
ENV PLATFORM github-action
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion changelog/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tufin/oasdiff:main
ENV RUNTIME docker,github-action
ENV PLATFORM github-action
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion diff/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tufin/oasdiff:main
ENV RUNTIME docker,github-action
ENV PLATFORM github-action
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit cd0f0ab

Please sign in to comment.