ci(ci): tag image with sha

This commit is contained in:
Travis Shivers 2020-09-10 12:28:47 -05:00
parent 8deb60dde7
commit e218e6f1a0
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
run: |
DOCKER_IMAGE=${{ github.event.repository.full_name }}
TAGS="${DOCKER_IMAGE}:edge"
TAGS="${DOCKER_IMAGE}:${{ github.sha }}"
echo ::set-output name=tags::${TAGS}
echo ::set-output name=docker_image::${DOCKER_IMAGE}
@ -90,7 +90,7 @@ jobs:
run: |
DOCKER_IMAGE=ttshivers/syncloungeweb
TAGS="${DOCKER_IMAGE}:edge"
TAGS="${DOCKER_IMAGE}:${{ github.sha }}"
echo ::set-output name=tags::${TAGS}
echo ::set-output name=docker_image::${DOCKER_IMAGE}