We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b5d99 commit 38563edCopy full SHA for 38563ed
.github/workflows/dome.yml
@@ -34,7 +34,13 @@ jobs:
34
# List of Docker images to use as base name for tags
35
images: penndu/nsfw-api
36
# List of tags as key-value pair attributes
37
- tags: latest # optional
+ tags: latest # optional
38
+ - uses: kitabisa/docker-slim-action@v1
39
+ env:
40
+ DSLIM_HTTP_PROBE: false
41
+ with:
42
+ target: penndu/nsfw-api:latest
43
+ tag: "slim"
44
- name: Build and push Docker images
45
# You may pin to the exact commit or the version.
46
# uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94
@@ -47,4 +53,4 @@ jobs:
47
53
# Push is a shorthand for --output=type=registry
48
54
push: true # optional, default is false
49
55
# List of tags
50
- tags: $(date +%s) # optional
56
+ tags: slim # optional
0 commit comments