diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7168aa..00b488f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,4 +34,5 @@ jobs: - name: build images run: | docker build ./api --tag ghcr.io/greysoh/api:${{ steps.get_version.outputs.version }} + docker push ghcr.io/greysoh/api:latest docker push ghcr.io/greysoh/api:${{ steps.get_version.outputs.version }} \ No newline at end of file