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 Aug 23, 2024
1 parent 70aa991 commit e7aa9e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Docker
on:
pull_request:
branches:
- build4scoutNbot
- main
push:
branches:
- build4scoutNbot
- main
tags:
- v*
schedule:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
# Push bleeding-edge image (main tag) to registries
- name: Bleeding Edge Docker Hub
if: github.ref == 'refs/heads/build4scoutNbot'
if: github.ref == 'refs/heads/main'
run: |
echo "IMAGE_TAG=main" >> $GITHUB_ENV
Expand Down

0 comments on commit e7aa9e0

Please sign in to comment.