diff --git a/.github/workflows/aws_deploy_staging.yml b/.github/workflows/aws_deploy_staging.yml index e9f1991f1..b53010a2b 100644 --- a/.github/workflows/aws_deploy_staging.yml +++ b/.github/workflows/aws_deploy_staging.yml @@ -63,7 +63,7 @@ jobs: - name: Build and push # You may pin to the exact commit or the version. - uses: docker/build-push-action@v6.2.0 + uses: docker/build-push-action@v6.3.0 with: # Build's context is the set of files located in the specified PATH or URL context: src/ diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml index 6959ace35..901bfb091 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@v6.2.0 + uses: docker/build-push-action@v6.3.0 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 e639fc32a..c0a05fd7e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.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@v6.2.0 + uses: docker/build-push-action@v6.3.0 with: # Build's context is the set of files located in the specified PATH or URL context: src/