diff --git a/.github/workflows/maven-cd.yml b/.github/workflows/maven-cd.yml index 8e7d5fa..09695b0 100644 --- a/.github/workflows/maven-cd.yml +++ b/.github/workflows/maven-cd.yml @@ -91,7 +91,7 @@ jobs: - name: Build and push Docker image to GitHub Container Registry id: push - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7.2.0 with: context: . push: true