Skip to content

Commit 28fb289

Browse files
SamBarkergyfora
authored andcommitted
[FLINK-36471] Update docker build actions to current versions.
1 parent b0c7f1a commit 28fb289

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker_push.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,27 @@ jobs:
3737
contents: read
3838
steps:
3939
- name: Check out the repo
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v4
4141

4242
- name: Set up QEMU
43-
uses: docker/setup-qemu-action@v1
43+
uses: docker/setup-qemu-action@v3
4444
with:
4545
image: tonistiigi/binfmt:latest
4646
platforms: all
4747

4848
- name: Set up Docker Buildx
49-
uses: docker/setup-buildx-action@v1
49+
uses: docker/setup-buildx-action@v3
5050

5151
- name: Log in to the Container registry
52-
uses: docker/login-action@v1
52+
uses: docker/login-action@v3
5353
with:
5454
registry: ghcr.io
5555
username: ${{ github.actor }}
5656
password: ${{ secrets.GITHUB_TOKEN }}
5757

5858
- name: Extract metadata (tags, labels) for Docker
5959
id: meta
60-
uses: docker/metadata-action@v3
60+
uses: docker/metadata-action@v5
6161
with:
6262
images: |
6363
ghcr.io/${{ github.repository }}
@@ -68,7 +68,7 @@ jobs:
6868
type=semver,pattern={{major}}.{{minor}}
6969
7070
- name: Build and push Docker images (supported platforms)
71-
uses: docker/bake-action@v1.7.0
71+
uses: docker/bake-action@v5
7272
with:
7373
files: |
7474
.github/workflows/docker-bake.hcl

0 commit comments

Comments
 (0)