Remove blank spaces

This commit is contained in:
Astound 2023-12-25 06:48:20 +08:00
parent bf1b4df69f
commit c99c9375b2
No known key found for this signature in database
GPG key ID: 97504AF0027B1A56
15 changed files with 17 additions and 17 deletions

View file

@ -33,4 +33,4 @@ jobs:
with:
push: true
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
tags: ghcr.io/wg-easy/wg-easy:development
tags: ghcr.io/wg-easy/wg-easy:development

View file

@ -29,10 +29,10 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set environment variables
run: echo RELEASE=$(cat ./src/package.json | jq -r .release) >> $GITHUB_ENV
- name: Build & Publish Docker Image
uses: docker/build-push-action@v5
with:

View file

@ -30,10 +30,10 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set environment variables
run: echo RELEASE=$(cat ./src/package.json | jq -r .release) >> $GITHUB_ENV
- name: Build & Publish Docker Image
uses: docker/build-push-action@v5
with: