Skip to content

Commit

Permalink
fix(docker): build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe committed Nov 29, 2024
1 parent a518c62 commit 96a8141
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ jobs:
PACKAGES_WRITE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ github.actor }}

- name: Docker Build
run: docker build -t ghcr.io/vacxe/google-play-cli:$VERSION --build-arg="PLAY_CLI_VERSION=$VERSION" .
env:
VERSION: ${{ steps.get_release.outputs.tag_name }}

- name: Deploy
run: docker push ghcr.io/vacxe/google-play-cli:$VERSION
env:
VERSION: ${{ steps.get_release.outputs.tag_name }}

docker-registry-build-push:
name: Build and Push to Docker Registry
runs-on: ubuntu-latest
Expand Down

0 comments on commit 96a8141

Please sign in to comment.