File tree 3 files changed +11
-8
lines changed
3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -22,22 +22,22 @@ jobs:
22
22
23
23
steps :
24
24
- name : Checkout repository
25
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
25
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
26
27
27
# Workaround: https://github.com/docker/build-push-action/issues/461
28
28
- name : Setup Docker buildx
29
- uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3
29
+ uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0
30
30
31
31
- name : Log into registry ${{ env.REGISTRY }}
32
- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
32
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
33
33
with :
34
34
registry : ${{ env.REGISTRY }}
35
35
username : ${{ github.actor }}
36
36
password : ${{ secrets.GITHUB_TOKEN }}
37
37
38
38
- name : Extract Docker metadata
39
39
id : meta
40
- uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5
40
+ uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
41
41
with :
42
42
images : ${{ env.REGISTRY }}/${{ github.repository }}
43
43
tags : |
48
48
49
49
- name : Build and push Docker image
50
50
id : build-and-push
51
- uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6
51
+ uses : docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
52
52
with :
53
53
context : .
54
54
push : true
Original file line number Diff line number Diff line change 1
- FROM python:3.12.4-alpine@sha256:dc095966439c68283a01dde5e5bc9819ba24b28037dddd64ea224bf7aafc0c82
1
+ FROM python:3.12.4-alpine@sha256:b7662fc33e07f05fb2f579c3634e1e4d2e30c02553397c6c24f775cb360dbc03
2
2
3
3
# renovate: datasource=repology depName=alpine_3_20/fuse versioning=loose
4
4
ARG FUSE_VERSION="2.9.9-r5"
Original file line number Diff line number Diff line change 16
16
"groupName" : " OS Packages"
17
17
}
18
18
],
19
- "forkProcessing" : " enabled"
20
- }
19
+ "forkProcessing" : " enabled" ,
20
+ "ignoreDeps" : [
21
+ " ghcr.io/openscopeproject/ziprofs"
22
+ ]
23
+ }
You can’t perform that action at this time.
0 commit comments