Skip to content

Commit 3be4415

Browse files
committed
Bump workflow versions
1 parent 8b294a5 commit 3be4415

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,23 @@ jobs:
4949
echo "release=${{ github.event.release.target_commitish }}" >> $GITHUB_ENV
5050
5151
- name: Set up QEMU
52-
uses: docker/setup-qemu-action@v2.1.0
52+
uses: docker/setup-qemu-action@v3.6.0
5353

5454
- name: Set up Docker Buildx
5555
id: buildx
56-
uses: docker/setup-buildx-action@v2.2.1
56+
uses: docker/setup-buildx-action@v3.10.0
5757
with:
5858
driver-opts: image=moby/buildkit:v0.10.5
5959

6060
- name: Login to GitHub Container Registry
61-
uses: docker/login-action@v2.1.0
61+
uses: docker/login-action@v3.4.0
6262
with:
6363
registry: ghcr.io
6464
username: ${{ github.repository_owner }}
6565
password: ${{ secrets.GH_PAT }}
6666

6767
- name: build&push
68-
uses: docker/build-push-action@v3.2.0
68+
uses: docker/build-push-action@v6.15.0
6969
with:
7070
push: ${{ github.event_name != 'pull_request' }}
7171
platforms: ${{ env.platform }}
@@ -95,11 +95,11 @@ jobs:
9595
needs: [build-and-push-it-to-the-limit]
9696
steps:
9797
- name: Checkout
98-
uses: actions/checkout@v3.1.0
98+
uses: actions/checkout@v4.2.2
9999

100100
- name: Login to GitHub Container Registry
101101
if: matrix.registry == 'ghcr.io'
102-
uses: docker/login-action@v2.1.0
102+
uses: docker/login-action@v3.4.0
103103
with:
104104
registry: ghcr.io
105105
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)