forked from mirrors/amnezia-wg-easy
CI: use versioned actions and node-version 18 to match with package.json
This commit is contained in:
parent
8f644873e7
commit
9a93f82314
5 changed files with 18 additions and 18 deletions
8
.github/workflows/deploy-stable.yml
vendored
8
.github/workflows/deploy-stable.yml
vendored
|
@ -14,15 +14,15 @@ jobs:
|
|||
packages: write
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: production
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@master
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@master
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
|
@ -35,7 +35,7 @@ jobs:
|
|||
run: echo RELEASE=$(cat ./src/package.json | jq -r .release) >> $GITHUB_ENV
|
||||
|
||||
- name: Build & Publish Docker Image
|
||||
uses: docker/build-push-action@master
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue