diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c63007..efe6075 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - uses: docker/setup-buildx-action@v3 - name: Docker Build - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: . load: true @@ -49,7 +49,7 @@ jobs: # curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{} - name: Docker Build and Push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 if: github.ref == 'refs/heads/main' && github.event_name == 'push' with: context: .