From 34c442901a1e3d3a9e9b762d83d2ff729b85b082 Mon Sep 17 00:00:00 2001 From: softprops Date: Sun, 25 Aug 2019 15:22:48 -0400 Subject: [PATCH] just push the latest tag for now --- .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 c6a9461..92c94a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,4 +30,4 @@ jobs: - name: Publish uses: actions/docker/cli@master with: - args: push ${{ github.repository }}:${{ github.sha }} \ No newline at end of file + args: push ${{ github.repository }}:latest \ No newline at end of file