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