Skip to content

Commit 7dd2162

Browse files
authored
Merge branch 'main' into dependabot/pip/deltalake-1.4.2
2 parents 1df961f + 39c9781 commit 7dd2162

File tree

3 files changed

+208
-202
lines changed

3 files changed

+208
-202
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v6
1515
- name: Set up QEMU
16-
uses: docker/setup-qemu-action@v3
16+
uses: docker/setup-qemu-action@v4
1717
- name: Docker meta
1818
id: meta
19-
uses: docker/metadata-action@v5
19+
uses: docker/metadata-action@v6
2020
with:
2121
images: ghcr.io/dataresearchcenter/flydelta
2222
tags: |
@@ -25,17 +25,17 @@ jobs:
2525
type=sha
2626
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags') }}
2727
- name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@v3
28+
uses: docker/setup-buildx-action@v4
2929
with:
3030
install: true
3131
- name: Login to GitHub Container Registry
32-
uses: docker/login-action@v3
32+
uses: docker/login-action@v4
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737
- name: Build and push release
38-
uses: docker/build-push-action@v6
38+
uses: docker/build-push-action@v7
3939
with:
4040
context: .
4141
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)