We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc163ec commit c1a819fCopy full SHA for c1a819f
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Create and publish a Docker image
3
on:
4
push:
5
branches:
6
- - docker-runtime
+ - main
7
8
env:
9
REGISTRY: ghcr.io
@@ -24,7 +24,7 @@ jobs:
24
with:
25
registry: ${{ env.REGISTRY }}
26
username: ${{ github.actor }}
27
- password: ${{ secrets.WEBANK_USERAPP_TOKEN }}
+ password: ${{ secrets.GITHUB_TOKEN }}
28
29
- name: Build and push Docker image
30
uses: docker/build-push-action@v4
0 commit comments