Skip to content

Commit

Permalink
test image name argument
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni authored May 8, 2024
1 parent 8d2620d commit f869403
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ on:
branches:
- test/metadata
workflow_dispatch:

jobs:
dockerhub:
uses: usdot-fhwa-stol/actions/.github/workflows/dockerhub.yml@feature-add-docker-build-metadata
uses: usdot-fhwa-stol/actions/.github/workflows/dockerhub.yml@feature-add-docker-arguments
with:
image_name: 'test-image-name-arg'
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit f869403

Please sign in to comment.