We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a518c62 commit 96a8141Copy full SHA for 96a8141
.github/workflows/deploy.yaml
@@ -56,6 +56,16 @@ jobs:
56
PACKAGES_WRITE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
USERNAME: ${{ github.actor }}
58
59
+ - name: Docker Build
60
+ run: docker build -t ghcr.io/vacxe/google-play-cli:$VERSION --build-arg="PLAY_CLI_VERSION=$VERSION" .
61
+ env:
62
+ VERSION: ${{ steps.get_release.outputs.tag_name }}
63
+
64
+ - name: Deploy
65
+ run: docker push ghcr.io/vacxe/google-play-cli:$VERSION
66
67
68
69
docker-registry-build-push:
70
name: Build and Push to Docker Registry
71
runs-on: ubuntu-latest
0 commit comments