diff --git a/.github/workflows/build_images.yaml b/.github/workflows/build_images.yaml index 11b982c7..cb4a890f 100644 --- a/.github/workflows/build_images.yaml +++ b/.github/workflows/build_images.yaml @@ -28,7 +28,7 @@ jobs: id: get_repo_owner run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]') - name: Build container base image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: context: ./ outputs: "type=registry,push=true" @@ -60,7 +60,7 @@ jobs: id: get_repo_owner run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]') - name: Build container base image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: context: ./ outputs: "type=registry,push=true" @@ -92,7 +92,7 @@ jobs: id: get_repo_owner run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]') - name: Build container base image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: context: ./ outputs: "type=registry,push=true" @@ -124,7 +124,7 @@ jobs: id: get_repo_owner run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]') - name: Build container base image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: context: ./ outputs: "type=registry,push=true" @@ -156,7 +156,7 @@ jobs: id: get_repo_owner run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]') - name: Build container base image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: context: ./ outputs: "type=registry,push=true"