mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
♻️ Remove platforms options
Platform was in beta and turned out not to be usable. This still needs some tinkering with Github actions, but this wouldn't happen here. See https://github.com/actions/virtual-environments/issues/3090
This commit is contained in:
@@ -4,7 +4,7 @@ LABEL "maintainer"="Lars Gohr"
|
||||
|
||||
RUN apk update \
|
||||
&& apk upgrade \
|
||||
&& apk add --no-cache git sudo
|
||||
&& apk add --no-cache git
|
||||
|
||||
ADD entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
@@ -14,7 +14,6 @@ RUN apk add --no-cache coreutils bats
|
||||
ADD test.bats /test.bats
|
||||
ADD mock.sh /usr/local/bin/docker
|
||||
ADD mock.sh /usr/bin/date
|
||||
ADD mock.sh /usr/bin/sudo
|
||||
RUN /test.bats
|
||||
|
||||
FROM runtime
|
||||
|
||||
Reference in New Issue
Block a user