Skip to content

Commit

Permalink
Merge pull request #864 from IQTLabs/renovate/docker-build-push-actio…
Browse files Browse the repository at this point in the history
…n-5.x

Update docker/build-push-action action to v5
  • Loading branch information
rashley-iqt authored Sep 12, 2023
2 parents 234a1e5 + 2796f59 commit 8146d52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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@v4
uses: docker/build-push-action@v5
with:
context: docker
file: docker/Dockerfile.mqtt
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@v4
uses: docker/build-push-action@v5
with:
context: docker
file: docker/Dockerfile.airspyfm
Expand Down
6 changes: 3 additions & 3 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@v4
uses: docker/build-push-action@v5
with:
context: docker
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 base
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: docker
file: docker/Dockerfile.base
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
if: github.repository == 'iqtlabs/gamutrf' && github.event_name == 'push'

- name: Build and push platforms
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 8146d52

Please sign in to comment.