diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdf1203..bd4cfe2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: restore-keys: ${{ runner.os }}-buildx- - name: Build and test - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: target: tester platforms: ${{ env.platforms }} @@ -57,7 +57,7 @@ jobs: push: false - name: Build the image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: target: ${{ env.target }} platforms: ${{ env.platforms }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9138199..15d8a15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: platforms: ${{ env.platforms }} tags: ${{ steps.meta.outputs.tags }}