Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump docker/build-push-action from 5 to 6 #856

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tiiuae-builder-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build builder base image and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./px4-firmware/packaging/Dockerfile.build_env_pre
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tiiuae-pixhawk-and-saluki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
check-jsonschema --schemafile px4-firmware/Tools/saluki_packaging/saluki_file_info-schema.json saluki_file_info.json

- name: Firmware flasher - Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
context: .
Expand Down Expand Up @@ -403,7 +403,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Firmware flasher - Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tiiuae-sitl-gzsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build tii-px4-sitl-gzsim image and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./px4-firmware/packaging/Dockerfile.sitl_gzsim
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tiiuae-sitl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build tii-px4-sitl image and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./px4-firmware/packaging/Dockerfile.sitl
Expand Down
Loading