From 2cb04ed06e570c8b0b950f8bf08d3c8c7612e166 Mon Sep 17 00:00:00 2001 From: softprops Date: Sun, 25 Aug 2019 15:22:20 -0400 Subject: [PATCH] latest tag --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a80e867..c6a9461 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: - name: Package uses: actions/docker/cli@master 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 - name: Publish Auth uses: actions/docker/login@master