Skip to content

Commit

Permalink
Update dockerhub.yml (#2480)
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN authored Jan 7, 2025
1 parent ee2ec76 commit b6a4eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 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:
workflow_dispatch:
push:
branches:
- develop
Expand All @@ -9,11 +10,10 @@ on:
- "release/*"
tags:
- "carma-system-*"
workflow_dispatch:

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 b6a4eef

Please sign in to comment.