diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c5d1b39..e22c1bc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push ${{ matrix.service }} image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: push: true file: ${{ matrix.service }}/Dockerfile