Skip to content

Commit

Permalink
Merge pull request #26 from IQTLabs/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
rashley-iqt authored Jun 20, 2024
2 parents c7aa91b + bc239f9 commit c2a2958
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker/Dockerfile.orin-torchserve
Expand All @@ -36,7 +36,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker/Dockerfile.cuda-torchserve
Expand All @@ -56,7 +56,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker/Dockerfile.torchserve
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/torchserve' && github.event_name == 'push'
- name: Build and push platforms
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker/Dockerfile.torchserve
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
echo "${DOCKER_PASSWORD}" | docker login --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin
if: github.repository == 'iqtlabs/torchserve' && github.event_name == 'push'
- name: Build and push platforms
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker/Dockerfile.orin-torchserve
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
echo "${DOCKER_PASSWORD}" | docker login --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin
if: github.repository == 'iqtlabs/torchserve' && github.event_name == 'push'
- name: Build and push platforms
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker/Dockerfile.cuda-torchserve
Expand Down

0 comments on commit c2a2958

Please sign in to comment.