File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments