diff --git a/.github/workflows/python-cd.yml b/.github/workflows/python-cd.yml index 64050b9..3f4e743 100644 --- a/.github/workflows/python-cd.yml +++ b/.github/workflows/python-cd.yml @@ -117,7 +117,7 @@ jobs: - name: Build and push Docker image to GitHub Container Registry id: push - uses: docker/build-push-action@v7.2.0 + uses: docker/build-push-action@v7.3.0 with: context: . push: true