diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37183b0..0e1c423 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,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 }} @@ -55,7 +55,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 05ded53..a7228ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,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 }}