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 2e78a5f commit fd58873Copy full SHA for fd58873
1 file changed
.github/workflows/dockerize.yaml
@@ -13,7 +13,7 @@ jobs:
13
should_build: ${{ steps.check.outputs.should_build }}
14
docker_tag: ${{ steps.extract.outputs.docker_tag }}
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
with:
18
fetch-depth: 0
19
- name: Extract Docker tag
@@ -48,7 +48,7 @@ jobs:
48
runs-on: ubuntu-latest
49
50
- name: Checkout
51
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
52
- name: Set up QEMU
53
uses: docker/setup-qemu-action@v3
54
- name: Set up Docker Buildx
0 commit comments