diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index d939546..bc60495 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -44,7 +44,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: context: ./${{ matrix.target }} push: true