We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c41cf commit 280c61eCopy full SHA for 280c61e
.github/workflows/build.yml
@@ -18,7 +18,7 @@ env:
18
jobs:
19
build:
20
name: Build images
21
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
22
strategy:
23
fail-fast: false
24
matrix:
@@ -56,16 +56,13 @@ jobs:
56
57
push:
58
name: Publish images
59
60
needs: build
61
environment: production
62
steps:
63
- name: Download artifacts
64
uses: actions/download-artifact@v4
65
66
- - name: Setup podman and buildah
67
- uses: zyclonite/setup-podman@v1
68
-
69
- name: Import images
70
run: |
71
podman load -i ./image-amd64/image.tar
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.20
+FROM alpine:3.21
2
3
LABEL version "1.0.20"
4
LABEL description "Sysbench as Docker Image"
0 commit comments