diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index edd5bc1..320f502 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true build-args: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac69525..910e82f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true build-args: |