File tree 3 files changed +13
-9
lines changed
3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
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@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0
29
+ uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
30
30
31
31
- name : Log into registry ${{ env.REGISTRY }}
32
- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
32
+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
33
33
with :
34
34
registry : ${{ env.REGISTRY }}
35
35
username : ${{ github.actor }}
48
48
49
49
- name : Build and push Docker image
50
50
id : build-and-push
51
- uses : docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3 .0
51
+ uses : docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7 .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:b7662fc33e07f05fb2f579c3634e1e4d2e30c02553397c6c24f775cb360dbc03
1
+ FROM python:3.12.5 -alpine@sha256:c2f41e6a5a67bc39b95be3988dd19fbd05d1b82375c46d9826c592cca014d4de
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 5
5
" :semanticCommits" ,
6
6
" :semanticCommitScopeDisabled" ,
7
7
" docker:enableMajor" ,
8
- " customManagers:dockerfileVersions"
8
+ " customManagers:dockerfileVersions" ,
9
+ " :disableRateLimiting" ,
10
+ " :ignoreUnstable" ,
11
+ " :separateMultipleMajorReleases" ,
12
+ " :updateNotScheduled"
9
13
],
14
+ "docker-compose" : {
15
+ "enabled" : false
16
+ },
10
17
"packageRules" : [
11
18
{
12
19
"description" : " Group OS packages to avoid build errors if more than one package is updated and previous version is not present in repo already" ,
16
23
"groupName" : " OS Packages"
17
24
}
18
25
],
19
- "forkProcessing" : " enabled" ,
20
- "ignoreDeps" : [
21
- " ghcr.io/openscopeproject/ziprofs"
22
- ]
26
+ "forkProcessing" : " enabled"
23
27
}
You can’t perform that action at this time.
0 commit comments