diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index ab6aa46..a3985e8 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -26,8 +26,8 @@ jobs: BRANCH_NAME: ${{ github.ref_name }} SHORT_HASH: ${{ github.sha }} run: | - # Build the image with the commit hash tag docker build . - - name: Make test + + - name: Push run: - make ship + docker push liffsh/lilog:latest