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