diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce20f19..3f9cc89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,5 +30,6 @@ jobs: - name: build images run: | docker build ./api --tag ghcr.io/greysoh/api:$(cat VERSION) - docker push ghcr.io/greysoh/api:latest - docker push ghcr.io/greysoh/api:$(cat VERSION) \ No newline at end of file + docker tag ghcr.io/greysoh/api:$(cat VERSION) ghcr.io/greysoh/api:latest + docker push ghcr.io/greysoh/api:$(cat VERSION) + docker push ghcr.io/greysoh/api:latest \ No newline at end of file