Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sirikon committed Nov 12, 2023
1 parent ed68287 commit d2a1018
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Build
run: ./task build_docker
- name: Publish
run: ./task publish_docker
2 changes: 1 addition & 1 deletion docker/docker-compose.build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
venue:
image: sirikon/venue:${VENUE_TAG:-dev}
image: ghcr.io/sirikon/bilbostack-app:${VENUE_TAG:-dev}
build:
dockerfile: ./docker/Dockerfile
2 changes: 1 addition & 1 deletion task
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def cli():
os.environ,
VENUE_TAG=datetime.now().strftime("%Y%m%d_%H%M%S")
))
cmd('docker', 'push', f'sirikon/venue:{version}')
cmd('docker', 'push', f'ghcr.io/sirikon/bilbostack-app:{version}')

@command
def compose(*args, **kwargs):
Expand Down

0 comments on commit d2a1018

Please sign in to comment.