mirror of
https://github.com/WeeJeWel/wg-easy.git
synced 2024-12-23 09:39:23 +08:00
Update deploy.yml
This commit is contained in:
parent
642d6d62ed
commit
ba8c18ceaf
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
@ -22,11 +22,12 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# Set environment variables
|
||||
- run: echo RELEASE=$(cat ./src/package.json | jq -r .release) >> $GITHUB_ENV
|
||||
|
Loading…
Reference in New Issue
Block a user