Skip to content

Commit

Permalink
Test metadata workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni authored May 6, 2024
1 parent 7bb4683 commit 6c2c1ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ name: Docker Hub build
on:
push:
branches:
- develop
- master
- "release/*"
- test/metadata
workflow_dispatch:
jobs:
dockerhub:
uses: usdot-fhwa-stol/actions/.github/workflows/dockerhub.yml@main
uses: usdot-fhwa-stol/actions/.github/workflows/dockerhub.yml@feature-add-docker-build-metadata
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 6c2c1ce

Please sign in to comment.