Skip to content

Commit

Permalink
update dockerhub.yml to trigger on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni authored Sep 4, 2024
1 parent 2c6bb07 commit f11ef9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# This workflow will build and push official docker images when new push occurs to develop, master, release branches but doesn't run any unit test or sonar scanner
name: Docker Hub build

on:
push:
branches:
- develop
- master
- "release/*"
tags:
- "carma-system-*"
jobs:
dockerhub:
uses: usdot-fhwa-stol/actions/.github/workflows/dockerhub.yml@main
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit f11ef9c

Please sign in to comment.