diff --git a/.github/workflows/aws_deploy_staging.yml b/.github/workflows/aws_deploy_staging.yml index cb23c5f83..7fdf8fdd3 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@v5.4.0 + uses: docker/build-push-action@v6.1.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 fc596c740..b2c88190d 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@v5.4.0 + uses: docker/build-push-action@v6.1.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 5ae99e020..a75517d0b 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@v5.4.0 + uses: docker/build-push-action@v6.1.0 with: # Build's context is the set of files located in the specified PATH or URL context: src/