|
@@ -327,7 +327,7 @@ jobs:
|
|
- name: Extract branch name
|
|
- name: Extract branch name
|
|
id: extract_branch
|
|
id: extract_branch
|
|
shell: bash
|
|
shell: bash
|
|
- run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
|
|
|
|
|
|
+ run: echo "{branch}={echo ${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
|
|
|
|
|
|
- name: Build xmldoc
|
|
- name: Build xmldoc
|
|
run: |
|
|
run: |
|
|
@@ -520,7 +520,7 @@ jobs:
|
|
FORCE_COLOR: 1
|
|
FORCE_COLOR: 1
|
|
steps:
|
|
steps:
|
|
- name: Login to GitHub Container Registry
|
|
- name: Login to GitHub Container Registry
|
|
- uses: docker/login-action@v1
|
|
|
|
|
|
+ uses: docker/login-action@v2
|
|
with:
|
|
with:
|
|
registry: ghcr.io
|
|
registry: ghcr.io
|
|
username: ${{ github.actor }}
|
|
username: ${{ github.actor }}
|
|
@@ -531,7 +531,7 @@ jobs:
|
|
|
|
|
|
- name: Set up QEMU
|
|
- name: Set up QEMU
|
|
id: qemu
|
|
id: qemu
|
|
- uses: docker/setup-qemu-action@v1
|
|
|
|
|
|
+ uses: docker/setup-qemu-action@v2
|
|
with:
|
|
with:
|
|
image: tonistiigi/binfmt:latest
|
|
image: tonistiigi/binfmt:latest
|
|
platforms: all
|
|
platforms: all
|
|
@@ -955,7 +955,7 @@ jobs:
|
|
- name: Extract branch name
|
|
- name: Extract branch name
|
|
id: extract_branch
|
|
id: extract_branch
|
|
shell: bash
|
|
shell: bash
|
|
- run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
|
|
|
|
|
|
+ run: echo "{branch}={echo ${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
|
|
|
|
|
|
- name: Upload binaries
|
|
- name: Upload binaries
|
|
shell: bash
|
|
shell: bash
|