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 9007029 commit b987329Copy full SHA for b987329
.github/workflows/debian-10.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
17
18
- name: Set up Docker Buildx
19
uses: docker/setup-buildx-action@v3
@@ -26,7 +26,7 @@ jobs:
26
password: ${{ secrets.GHCR_TOKEN }}
27
28
- name: Build and push image
29
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
30
with:
31
push: true
32
context: .
0 commit comments