Skip to content

Commit

Permalink
Echo out tags to be created with build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamus1red authored Oct 12, 2020
1 parent 386320f commit f6c7ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
echo ::set-output name=version::${VERSION}
echo ::set-output name=tags::${TAGS}
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
echo ${TAGS}
-
name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit f6c7ad0

Please sign in to comment.