Update main.yml

This commit is contained in:
gadotroee 2021-04-29 13:03:51 +03:00 committed by GitHub
parent 5d0322e170
commit 772e628cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
images: 'gcr.io/up9-docker-hub/mizu/${GITHUB_REF##*/}'
tags: |
type=sha
type=raw,${{GITHUB_SHA}}
type=raw,${{ github.sha }}
type=raw,latest
- name: Login to DockerHub
uses: docker/login-action@v1