Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vašek <[email protected]>
  • Loading branch information
matejvasek committed Nov 21, 2024
1 parent a5aaeee commit 0df99c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
run: docker version
- name: Docker Info
run: docker info
- name: Print Config
run: cat /etc/docker/daemon.json
- name: Build
run: docker build .
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM docker.io/library/alpine:latest

RUN --mount=type=cache,target=/tmp/cache/,id=42 echo "Hello!"

0 comments on commit 0df99c1

Please sign in to comment.