Skip to content

Commit

Permalink
improve release[github action] (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
wph95 committed Aug 19, 2022
1 parent 21d02e1 commit 40915a4
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,11 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: build ghcr docker image
run: make build-docker-images
- name: prepare build env
run: make build-env-file

- name: push ghcr image
run: make push-docker-images
- name: build and push ghcr docker image
run: make build-and-push-ghcr

- name: build dockerhub docker image
run: make build-docker-images

- name: push dockerhub image
run: make push-docker-images
- name: build and push dockerhub image
run: make build-and-push-dockerhub

0 comments on commit 40915a4

Please sign in to comment.