diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index e9b176a..b2528cc 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -52,7 +52,7 @@ jobs: org.opencontainers.image.maintainer=Ophios GmbH - name: Build and push Docker image id: build_and_push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: true