Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-p committed Oct 31, 2024
2 parents dff329d + 5f1006f commit 4b31090
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/datascience-foxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/datascience-humble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/datascience-noetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/datascience-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minimal-foxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minimal-humble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minimal-noetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minimal-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scipy-foxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scipy-humble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scipy-noetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scipy-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tensorflow-foxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tensorflow-humble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tensorflow-noetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tensorflow-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 4b31090

Please sign in to comment.