Skip to content

Commit 6946df1

Browse files
authored
Merge pull request #1065 from iterate-ch/master
[pull] master from iterate-ch:master
2 parents cdd2ee5 + 386e281 commit 6946df1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/duck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: echo "Checkout $TAG"
4040
- name: Extract metadata (tags, labels) for Docker
4141
id: meta
42-
uses: docker/metadata-action@v5
42+
uses: docker/metadata-action@v6
4343
with:
4444
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4545
tags: |
@@ -62,13 +62,13 @@ jobs:
6262
mvn -B verify --projects cli/linux --also-make -DskipTests
6363
dpkg-deb -R cli/linux/target/release/duck_${{env.VERSION}}.$COUNT_amd64.deb .
6464
- name: Log in to the Container registry
65-
uses: docker/login-action@v3
65+
uses: docker/login-action@v4
6666
with:
6767
registry: ${{ env.REGISTRY }}
6868
username: ${{ github.actor }}
6969
password: ${{ secrets.GITHUB_TOKEN }}
7070
- name: Build and push Docker image
71-
uses: docker/build-push-action@v6
71+
uses: docker/build-push-action@v7
7272
env:
7373
DOCKER_BUILDKIT: 1
7474
with:

0 commit comments

Comments
 (0)