diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml index e34031a89..995ad6291 100644 --- a/.github/workflows/deploy_staging.yml +++ b/.github/workflows/deploy_staging.yml @@ -72,7 +72,7 @@ jobs: - name: Build and push # You may pin to the exact commit or the version. - uses: docker/build-push-action@v3.1.0 + uses: docker/build-push-action@v3.1.1 with: # Build's context is the set of files located in the specified PATH or URL context: src/ diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0ec245393..24c0ceef1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,7 +57,7 @@ jobs: - name: Build and push # You may pin to the exact commit or the version. - uses: docker/build-push-action@v3.1.0 + uses: docker/build-push-action@v3.1.1 with: # Build's context is the set of files located in the specified PATH or URL context: src/