latest tag

This commit is contained in:
softprops 2019-08-25 15:22:20 -04:00
parent e97e13d758
commit 2cb04ed06e

View File

@ -18,7 +18,7 @@ jobs:
- name: Package - name: Package
uses: actions/docker/cli@master uses: actions/docker/cli@master
with: with:
args: build -t ${{ github.repository }}:${{ github.sha }} . args: build -t ${{ github.repository }}:latest -t ${{ github.repository }}:${{ github.sha }} .
# https://github.com/actions/docker/tree/master/login # https://github.com/actions/docker/tree/master/login
- name: Publish Auth - name: Publish Auth
uses: actions/docker/login@master uses: actions/docker/login@master