Skip to content

Commit e573dc3

Browse files
authored
Update release.yml
1 parent 6dd3f51 commit e573dc3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
name: Build and Push Docker Image On Release
21

32
on:
43
push:
@@ -83,7 +82,7 @@ jobs:
8382
with:
8483
registry: ${{ env.REGISTRY_ROOT }}
8584
username: ${{ github.actor }}
86-
password: ${{ secrets.PACAKGE_UPDATE_KEY }}
85+
password: ${{ secrets.PACKAGE_UPDATE_KEY }}
8786

8887
- name: Build and push mock xconf image
8988
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)