We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdab82e + 935cd45 commit afbd50bCopy full SHA for afbd50b
.github/workflows/build-linux-image.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
21
- name: Set up QEMU
22
uses: docker/setup-qemu-action@v3.7.0
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@v5
16
with:
0 commit comments