Skip to content

Commit

Permalink
as
Browse files Browse the repository at this point in the history
  • Loading branch information
robguthrie committed Apr 18, 2023
1 parent e3eafe7 commit ec812bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/loomio_com_image.yml
Expand Up @@ -42,5 +42,5 @@ jobs:
- name: build docker image
run: |
echo $GH_PAT | docker login ghcr.io -u robguthrie --password-stdin
docker build . -t loomio/loomio:latest
docker push ghcr.io/loomio/loomio:latest
docker build . -t ghcr.io/loomio/loomio_com:latest
docker push ghcr.io/loomio/loomio_com:latest

0 comments on commit ec812bb

Please sign in to comment.