mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
fix: resolve GitHub workflow warnings
This commit is contained in:
parent
045e178730
commit
88bf7a8cb4
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -28,8 +28,8 @@ jobs:
|
||||
run: |
|
||||
BRANCH_NAME=$(echo "${GITHUB_REF##*/}" | tr '[:upper:]' '[:lower:]')
|
||||
REPO_NAME=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
|
||||
echo "::set-output name=image-tag::${BRANCH_NAME}"
|
||||
echo "::set-output name=repo-name::${REPO_NAME}"
|
||||
echo "image-tag=${BRANCH_NAME}" >> $GITHUB_OUTPUT
|
||||
echo "repo-name=${REPO_NAME}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
4
.github/workflows/guix-build.yml
vendored
4
.github/workflows/guix-build.yml
vendored
@ -32,8 +32,8 @@ jobs:
|
||||
echo "host_group_id=$(id -g)" >> $GITHUB_OUTPUT
|
||||
BRANCH_NAME=$(echo "${GITHUB_REF##*/}" | tr '[:upper:]' '[:lower:]')
|
||||
REPO_NAME=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
|
||||
echo "::set-output name=image-tag::${BRANCH_NAME}"
|
||||
echo "::set-output name=repo-name::${REPO_NAME}"
|
||||
echo "image-tag=${BRANCH_NAME}" >> $GITHUB_OUTPUT
|
||||
echo "repo-name=${REPO_NAME}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
|
Loading…
Reference in New Issue
Block a user