Skip to content

Commit

Permalink
Update docker-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Jun 14, 2024
1 parent 6ae2ff2 commit a47428a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and upload Docker
on:
push:
branches:
- main
- nvidia-base-upgrade12-4-1
tags:
- v*
schedule:
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event_name == 'schedule'
with:
ref: main
ref: nvidia-base-upgrade12-4-1

- uses: actions/checkout@v2
if: github.event_name != 'schedule'
Expand Down

0 comments on commit a47428a

Please sign in to comment.