diff --git a/.github/workflows/aws_deploy_staging.yml b/.github/workflows/aws_deploy_staging.yml index ddefd744a..2a1d909f7 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@v4.2.1 + uses: docker/build-push-action@v5.0.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 b28159886..221ac3ec6 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@v4.2.1 + uses: docker/build-push-action@v5.0.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 fd888173c..46d1ec2a5 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@v4.2.1 + uses: docker/build-push-action@v5.0.0 with: # Build's context is the set of files located in the specified PATH or URL context: src/