Skip to content

Commit 38563ed

Browse files
authored
Update dome.yml
1 parent a2b5d99 commit 38563ed

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/dome.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ jobs:
3434
# List of Docker images to use as base name for tags
3535
images: penndu/nsfw-api
3636
# List of tags as key-value pair attributes
37-
tags: latest # optional
37+
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"
3844
- name: Build and push Docker images
3945
# You may pin to the exact commit or the version.
4046
# uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94
@@ -47,4 +53,4 @@ jobs:
4753
# Push is a shorthand for --output=type=registry
4854
push: true # optional, default is false
4955
# List of tags
50-
tags: $(date +%s) # optional
56+
tags: slim # optional

0 commit comments

Comments
 (0)