Skip to content

Commit

Permalink
Update Docker image publishing in Justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenthdat committed Dec 13, 2023
1 parent b60cc45 commit 2f119fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
- name: Publish Docker image
run: |
just publish ${{ matrix.version }}
just publish ${{ matrix.version }} ${{ matrix.os }}
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
publish version:
docker push ghcr.io/bitbytelabio/postgres:{{version}}
publish version os:
docker push ghcr.io/bitbytelabio/postgres-{{os}}:{{version}}

build version os:
docker build -t \
Expand Down

0 comments on commit 2f119fe

Please sign in to comment.