Skip to content

Commit

Permalink
fix(cli): updated launcher script (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro committed Oct 1, 2024
1 parent 75d58ac commit 283e371
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 118 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand All @@ -35,6 +38,8 @@ jobs:
labels: |
org.opencontainers.image.source=${{ github.repository.html_url }}
org.opencontainers.image.version=${{ github.event.release.tag_name }}
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Post successful message
run: echo "Docker image built and pushed successfully"
Loading

0 comments on commit 283e371

Please sign in to comment.