Skip to content

Commit

Permalink
Update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent 00d2ac0 commit ee68763
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "${DOCKER_PASSWORD}" | docker login --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin
if: github.repository == 'iqtlabs/gamutrf' && github.event_name == 'push'
- name: Build and push platforms
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: utils/mavlink-api
file: utils/mavlink-api/Dockerfile.mavlink-api
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
if: github.repository == 'iqtlabs/gamutrf' && github.event_name == 'push'

- name: Build and push platforms
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: docker
file: docker/Dockerfile.airspyfm
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "${DOCKER_PASSWORD}" | docker login --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin
if: github.repository == 'iqtlabs/gamutrf' && github.event_name == 'push'
- name: Build and push platforms vkfft
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker/Dockerfile.vkfft
Expand All @@ -41,7 +41,7 @@ jobs:
tags: iqtlabs/gamutrf-vkfft:${{ steps.change_version.outputs.VERSION }}
if: github.repository == 'iqtlabs/gamutrf' && github.event_name == 'push'
- name: Build and push platforms sigmf
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker/Dockerfile.sigmf
Expand All @@ -50,7 +50,7 @@ jobs:
tags: iqtlabs/gamutrf-sigmf:${{ steps.change_version.outputs.VERSION }}
if: github.repository == 'iqtlabs/gamutrf' && github.event_name == 'push'
- name: Build and push platforms driver
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: docker
file: docker/Dockerfile.driver
Expand All @@ -59,7 +59,7 @@ jobs:
tags: iqtlabs/gamutrf-driver:${{ steps.change_version.outputs.VERSION }}
if: github.repository == 'iqtlabs/gamutrf' && github.event_name == 'push'
- name: Build and push platforms uhd-sr
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: docker
file: docker/Dockerfile.uhd-sr
Expand All @@ -68,7 +68,7 @@ jobs:
tags: iqtlabs/gamutrf-uhd-sr:${{ steps.change_version.outputs.VERSION }}
if: github.repository == 'iqtlabs/gamutrf' && github.event_name == 'push'
- name: Build and push platforms base
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: docker
file: docker/Dockerfile.base
Expand All @@ -77,7 +77,7 @@ jobs:
tags: iqtlabs/gamutrf-base:${{ steps.change_version.outputs.VERSION }}
if: github.repository == 'iqtlabs/gamutrf' && github.event_name == 'push'
- name: Build and push platforms waterfall
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker/Dockerfile.waterfall
Expand Down Expand Up @@ -112,15 +112,15 @@ jobs:
echo "${DOCKER_PASSWORD}" | docker login --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin
if: github.repository == 'iqtlabs/gamutrf' && github.event_name == 'push'
- name: Build and push platforms
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: iqtlabs/gamutrf:${{ steps.change_version.outputs.VERSION }}
if: github.repository == 'iqtlabs/gamutrf' && github.event_name == 'push'
- name: Build and push gamutrf-torchsig
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker/Dockerfile.torchsig
Expand Down

0 comments on commit ee68763

Please sign in to comment.