Skip to content

Commit

Permalink
Merge pull request #549 from usdot-jpo-ode/replace/tags
Browse files Browse the repository at this point in the history
update the dockerhub.yml to replace tags
  • Loading branch information
dan-du-car committed Jun 12, 2024
2 parents 80ae5f0 + 1af502c commit b1cfd22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 57 deletions.
56 changes: 0 additions & 56 deletions .circleci/config.yml

This file was deleted.

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@v3
with:
push: true
tags: usdotjpoode/jpo-ode:${{ github.ref_name }}
tags: usdotjpoode/jpo-ode:${{ env.TAG }}

0 comments on commit b1cfd22

Please sign in to comment.