diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4fe95b..819271f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: images: workleap/eventgridemulator - name: Docker build - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 with: context: ./src file: ./src/EventGridEmulator/Dockerfile diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5f7c58b..1c9324a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: images: workleap/eventgridemulator - name: Docker build and push - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 with: context: ./src file: ./src/EventGridEmulator/Dockerfile