Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
condaatje committed Jan 27, 2025
1 parent 01f36df commit 50bc388
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
build-args: version=$GH_TAG
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nvida_cuda_12.3.1-devel-ubuntu22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- dev
- main
tags:
- "v*.*"
paths:
- "nvidia/cuda/12.3.1-devel-ubuntu22.04/**"
- ".github/workflows/nvida_cuda_12.3.1-devel-ubuntu22.04.yml"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- dev
- main
tags:
- "v*.*"
paths:
- "nvidia/cuda/12.4.1-cudnn-devel-ubuntu22.04/**"
- ".github/workflows/nvida_cuda_12.4.1-cudnn-devel-ubuntu22.04.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- dev
- main
tags:
- "v*.*.*"
- "v*.*"
paths:
- "sshbox/**"
- ".github/workflows/sshbox.yml"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tensorflow_tensorflow_latest-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- dev
- main
tags:
- "v*.*"
paths:
- "tensorflow/tensorflow/latest-gpu/**"
- ".github/workflows/tensorflow_tensorflow_latest-gpu.yml"
Expand Down

0 comments on commit 50bc388

Please sign in to comment.