diff --git a/.github/workflows/datascience-foxy.yml b/.github/workflows/datascience-foxy.yml index ec9cde9..2d27d9e 100644 --- a/.github/workflows/datascience-foxy.yml +++ b/.github/workflows/datascience-foxy.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to container registry 📤 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' with: context: images/datascience/foxy/ diff --git a/.github/workflows/datascience-humble.yml b/.github/workflows/datascience-humble.yml index 6c4802e..768b8f8 100644 --- a/.github/workflows/datascience-humble.yml +++ b/.github/workflows/datascience-humble.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to container registry 📤 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' with: context: images/datascience/humble/ diff --git a/.github/workflows/datascience-noetic.yml b/.github/workflows/datascience-noetic.yml index 7bcd7dd..4a0cc73 100644 --- a/.github/workflows/datascience-noetic.yml +++ b/.github/workflows/datascience-noetic.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to container registry 📤 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' with: context: images/datascience/noetic/ diff --git a/.github/workflows/datascience-rolling.yml b/.github/workflows/datascience-rolling.yml index 747951c..6de3974 100644 --- a/.github/workflows/datascience-rolling.yml +++ b/.github/workflows/datascience-rolling.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to container registry 📤 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' with: context: images/datascience/rolling/ diff --git a/.github/workflows/minimal-foxy.yml b/.github/workflows/minimal-foxy.yml index 6680df8..c87b484 100644 --- a/.github/workflows/minimal-foxy.yml +++ b/.github/workflows/minimal-foxy.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to container registry 📤 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' with: context: images/minimal/foxy/ diff --git a/.github/workflows/minimal-humble.yml b/.github/workflows/minimal-humble.yml index b201081..f27aa3f 100644 --- a/.github/workflows/minimal-humble.yml +++ b/.github/workflows/minimal-humble.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to container registry 📤 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' with: context: images/minimal/humble/ diff --git a/.github/workflows/minimal-noetic.yml b/.github/workflows/minimal-noetic.yml index 7f4fa46..aaf486a 100644 --- a/.github/workflows/minimal-noetic.yml +++ b/.github/workflows/minimal-noetic.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to container registry 📤 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' with: context: images/minimal/noetic/ diff --git a/.github/workflows/minimal-rolling.yml b/.github/workflows/minimal-rolling.yml index a05d49d..5bc84c5 100644 --- a/.github/workflows/minimal-rolling.yml +++ b/.github/workflows/minimal-rolling.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to container registry 📤 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' with: context: images/minimal/rolling/ diff --git a/.github/workflows/scipy-foxy.yml b/.github/workflows/scipy-foxy.yml index 095edcf..9c4b9df 100644 --- a/.github/workflows/scipy-foxy.yml +++ b/.github/workflows/scipy-foxy.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to container registry 📤 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' with: context: images/scipy/foxy/ diff --git a/.github/workflows/scipy-humble.yml b/.github/workflows/scipy-humble.yml index 7843f43..ecdfd38 100644 --- a/.github/workflows/scipy-humble.yml +++ b/.github/workflows/scipy-humble.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to container registry 📤 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' with: context: images/scipy/humble/ diff --git a/.github/workflows/scipy-noetic.yml b/.github/workflows/scipy-noetic.yml index 9612dd4..fd45854 100644 --- a/.github/workflows/scipy-noetic.yml +++ b/.github/workflows/scipy-noetic.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to container registry 📤 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' with: context: images/scipy/noetic/ diff --git a/.github/workflows/scipy-rolling.yml b/.github/workflows/scipy-rolling.yml index 3e7e6e7..cc307be 100644 --- a/.github/workflows/scipy-rolling.yml +++ b/.github/workflows/scipy-rolling.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to container registry 📤 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' with: context: images/scipy/rolling/ diff --git a/.github/workflows/tensorflow-foxy.yml b/.github/workflows/tensorflow-foxy.yml index 2437736..32fa3a2 100644 --- a/.github/workflows/tensorflow-foxy.yml +++ b/.github/workflows/tensorflow-foxy.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to container registry 📤 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' with: context: images/tensorflow/foxy/ diff --git a/.github/workflows/tensorflow-humble.yml b/.github/workflows/tensorflow-humble.yml index 28ae322..65d42d8 100644 --- a/.github/workflows/tensorflow-humble.yml +++ b/.github/workflows/tensorflow-humble.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to container registry 📤 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' with: context: images/tensorflow/humble/ diff --git a/.github/workflows/tensorflow-noetic.yml b/.github/workflows/tensorflow-noetic.yml index a4bccd6..8059789 100644 --- a/.github/workflows/tensorflow-noetic.yml +++ b/.github/workflows/tensorflow-noetic.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to container registry 📤 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' with: context: images/tensorflow/noetic/ diff --git a/.github/workflows/tensorflow-rolling.yml b/.github/workflows/tensorflow-rolling.yml index 16df553..5d42c15 100644 --- a/.github/workflows/tensorflow-rolling.yml +++ b/.github/workflows/tensorflow-rolling.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to container registry 📤 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' with: context: images/tensorflow/rolling/