fix: use docker buildx and push

This commit is contained in:
Lucas Smith
2024-03-07 04:07:55 +00:00
parent 8a9588ca65
commit 82efc5f589
2 changed files with 31 additions and 8 deletions

View File

@ -32,11 +32,5 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_TOKEN }}
- name: Build the docker image
run: ./docker/build.sh
- name: Push the docker image to DockerHub
run: docker push --all-tags documenso/documenso
- name: Push the docker image to GitHub Container Registry
run: docker push --all-tags ghcr.io/documenso/documenso
- name: Build and push the docker image
run: ./docker/buildx-and-push.sh