File tree Expand file tree Collapse file tree 5 files changed +24
-11
lines changed Expand file tree Collapse file tree 5 files changed +24
-11
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ # Maintain dependencies for GitHub Actions
4
+ - package-ecosystem : " github-actions"
5
+ directory : " /"
6
+ schedule :
7
+ interval : " daily"
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v3
17
17
18
18
- name : Prepare
19
19
id : prep
@@ -63,17 +63,17 @@ jobs:
63
63
echo ::set-output name=docker_image::${DOCKER_IMAGE}
64
64
65
65
- name : Set up QEMU
66
- uses : docker/setup-qemu-action@v1
66
+ uses : docker/setup-qemu-action@v2
67
67
with :
68
68
platforms : all
69
69
70
70
- name : Set up Docker Buildx
71
71
id : buildx
72
- uses : docker/setup-buildx-action@v1
72
+ uses : docker/setup-buildx-action@v2
73
73
74
74
- name : Login to DockerHub
75
75
if : github.event_name != 'pull_request'
76
- uses : docker/login-action@v1
76
+ uses : docker/login-action@v2
77
77
with :
78
78
username : ${{ secrets.DOCKER_USERNAME }}
79
79
password : ${{ secrets.DOCKER_PASSWORD }}
@@ -102,7 +102,7 @@ jobs:
102
102
fi
103
103
104
104
- name : Build
105
- uses : docker/build-push-action@v2
105
+ uses : docker/build-push-action@v3
106
106
with :
107
107
builder : ${{ steps.buildx.outputs.name }}
108
108
context : .
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v3
17
17
18
18
- name : Prepare
19
19
id : prep
@@ -63,17 +63,17 @@ jobs:
63
63
echo ::set-output name=docker_image::${DOCKER_IMAGE}
64
64
65
65
- name : Set up QEMU
66
- uses : docker/setup-qemu-action@v1
66
+ uses : docker/setup-qemu-action@v2
67
67
with :
68
68
platforms : all
69
69
70
70
- name : Set up Docker Buildx
71
71
id : buildx
72
- uses : docker/setup-buildx-action@v1
72
+ uses : docker/setup-buildx-action@v2
73
73
74
74
- name : Login to DockerHub
75
75
if : github.event_name != 'pull_request'
76
- uses : docker/login-action@v1
76
+ uses : docker/login-action@v2
77
77
with :
78
78
username : ${{ secrets.DOCKER_USERNAME }}
79
79
password : ${{ secrets.DOCKER_PASSWORD }}
@@ -102,7 +102,7 @@ jobs:
102
102
fi
103
103
104
104
- name : Build
105
- uses : docker/build-push-action@v2
105
+ uses : docker/build-push-action@v3
106
106
with :
107
107
builder : ${{ steps.buildx.outputs.name }}
108
108
context : .
Original file line number Diff line number Diff line change
1
+ ## 3.3.3 2022-05-24 <dave at tiredofit dot ca >
2
+
3
+ ### Added
4
+ - Alpine 3.16 base
5
+
6
+
1
7
## 3.3.2 2022-05-02 <dave at tiredofit dot ca >
2
8
3
9
### Added
Original file line number Diff line number Diff line change 1
- FROM docker.io/tiredofit/alpine:3.15
1
+ FROM docker.io/tiredofit/alpine:3.16
2
2
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
3
3
4
4
# ## Set Environment Variables
You can’t perform that action at this time.
0 commit comments