We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4f2c2 commit 33e7e44Copy full SHA for 33e7e44
.github/workflows/image-version.yml
@@ -20,7 +20,7 @@ jobs:
20
id: prepare
21
run: |
22
VERSION=${GITHUB_REF#refs/tags/v}
23
- echo ::set-output name=version::${VERSION}
+ echo "version=${VERSION}" >> $GITHUB_OUTPUT
24
- name: login to docker hub
25
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
26
- name: build the image
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.21
+FROM alpine:3.22
2
LABEL org.opencontainers.image.authors="matt@horwood.biz"
3
4
# Install required deb packages
0 commit comments