Skip to content

Commit

Permalink
[FLINK-34314][docker] Updated GitHub actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
morazow authored and XComp committed Mar 27, 2024
1 parent 9e0041a commit 54c5345
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,18 @@ jobs:
java_version: [8, 11]
branch: dev-1.17
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ matrix.build.branch }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
image: tonistiigi/binfmt:latest
platforms: all
uses: docker/setup-qemu-action@v3

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

- name: Log in to the Container registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -82,7 +79,7 @@ jobs:
run: env

- name: Build and push Docker images (supported platforms)
uses: docker/bake-action@v1.7.0
uses: docker/bake-action@v4
with:
files: |
.github/workflows/docker-bake.hcl
Expand Down

0 comments on commit 54c5345

Please sign in to comment.