Skip to content

Commit

Permalink
Update dockerimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejsydor authored May 20, 2020
1 parent 7062f14 commit 34d6de2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
# Use Docker `latest` tag convention
[ "$VERSION" == "master" ] && VERSION=latest
IMAGE_NAME=dockerworkshopsydor/curl
echo IMAGE_NAME=dockerworkshopsydor/curl
VERSION=$(date +%s)
echo $VERSION
Expand All @@ -68,6 +69,7 @@ jobs:
# Use Docker `latest` tag convention
[ "$VERSION" == "master" ] && VERSION=latest
IMAGE_NAME=dockerworkshopsydor/git
echo IMAGE_NAME=dockerworkshopsydor/git
VERSION=$(date +%s)
echo $VERSION
Expand Down

0 comments on commit 34d6de2

Please sign in to comment.