diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 7a2462d..2883d74 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -39,7 +39,7 @@ jobs: run: aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/s6w2n1r6 - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: ./Dockerfiles/${{ env.os }}/${{ env.version }} file: ./Dockerfiles/${{ env.os }}/${{ env.version }}/Dockerfile