Skip to content

Commit

Permalink
add run_id tag
Browse files Browse the repository at this point in the history
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
  • Loading branch information
pstjohn committed Jan 2, 2025
1 parent 034be4b commit c976c5b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
submodules: 'recursive'
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
cache: 'pip'
- run: pip install -r requirements-dev.txt
- run: ./ci/scripts/static_checks.sh
Expand Down Expand Up @@ -55,6 +55,12 @@ jobs:
with:
images: nemoci.azurecr.io/bionemo
labels: nemo.library=bionemo
tags: |
type=schedule
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
type=raw,value=${{ github.run_id }}
- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit c976c5b

Please sign in to comment.