Skip to content

Commit

Permalink
Merge pull request #40 from usdot-jpo-ode/develop
Browse files Browse the repository at this point in the history
Update dockerhub.yml
  • Loading branch information
dan-du-car authored Jun 12, 2024
2 parents b58f5aa + e0cefd2 commit 95679d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Replcae Docker tag
id: set_tag
run: echo "TAG=$(echo ${GITHUB_REF##*/} | sed 's/\//-/g')" >> $GITHUB_ENV

- name: Build
uses: docker/build-push-action@v5
with:
push: true
tags: usdotjpoode/jpo-sdw-depositor:${{ github.ref_name }}
tags: usdotjpoode/jpo-sdw-depositor:${{ env.TAG }}

0 comments on commit 95679d9

Please sign in to comment.