We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f3ad09 + 4aae8d8 commit daab6b7Copy full SHA for daab6b7
.github/workflows/build-linux-image.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
- name: Set up QEMU
22
uses: docker/setup-qemu-action@v3
23
- name: Pull Latest Linux Base Image
.github/workflows/update-dockerhub.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
- name: Update Docker HUB Description
15
uses: peter-evans/dockerhub-description@v4
16
with:
0 commit comments