Skip to content

Commit 96a8141

Browse files
committed
fix(docker): build
1 parent a518c62 commit 96a8141

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .github/workflows/deploy.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ jobs:
5656
PACKAGES_WRITE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
USERNAME: ${{ github.actor }}
5858

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+
env:
67+
VERSION: ${{ steps.get_release.outputs.tag_name }}
68+
5969
docker-registry-build-push:
6070
name: Build and Push to Docker Registry
6171
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)