mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-22 14:46:39 +02:00
no-cache-filters
input
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
a8d76c070a
commit
5ffbca1432
7 changed files with 73 additions and 42 deletions
8
test/nocachefilter.Dockerfile
Normal file
8
test/nocachefilter.Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM busybox AS base
|
||||
RUN echo "Hello world!" > /hello
|
||||
|
||||
FROM alpine AS build
|
||||
COPY --from=base /hello /hello
|
||||
RUN uname -a
|
||||
|
||||
FROM build
|
Loading…
Add table
Add a link
Reference in a new issue