diff --git a/.github/workflows/build-and-push-containers.yml b/.github/workflows/build-and-push-containers.yml index 0a31b8bc..052b5cfd 100644 --- a/.github/workflows/build-and-push-containers.yml +++ b/.github/workflows/build-and-push-containers.yml @@ -35,7 +35,7 @@ jobs: password: ${{ secrets.AUTOMATIC_RELEASES_CONTAINER_PAT }} - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: . file: ./Dockerfile