diff --git a/.github/workflows/d4science-images.yml b/.github/workflows/d4science-images.yml index c0ae2e6c..33eb36f7 100644 --- a/.github/workflows/d4science-images.yml +++ b/.github/workflows/d4science-images.yml @@ -49,7 +49,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Build base - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: d4science-base tags: ${{ steps.docker_meta_base.outputs.tags }} diff --git a/.github/workflows/egi-images.yml b/.github/workflows/egi-images.yml index da0eae5e..9d52607b 100644 --- a/.github/workflows/egi-images.yml +++ b/.github/workflows/egi-images.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Build base - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: base tags: ${{ steps.docker_meta_base.outputs.tags }} diff --git a/.github/workflows/sidecar.yml b/.github/workflows/sidecar.yml index 4d233e50..debf7122 100644 --- a/.github/workflows/sidecar.yml +++ b/.github/workflows/sidecar.yml @@ -49,7 +49,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} if: github.event_name != 'pull_request' - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: ${{ matrix.image }} push: ${{ github.event_name != 'pull_request' }}