Change id in github actions
This commit is contained in:
parent
33da2a1b5e
commit
8e6cebfc52
|
@ -55,7 +55,7 @@ jobs:
|
|||
cache-to: type=local,mode=max,dest=/tmp/.buildx-cache-alpine-2-10
|
||||
|
||||
- name: Get docker tag for alpine xloader image
|
||||
id: alpine
|
||||
id: alpine-xloader
|
||||
run: |
|
||||
echo "IMAGE_TAG=$(awk -F '=' '/IMAGE_TAG/{print $2}' ./images/ckan/2.10/Dockerfile.xloader)" >> $GITHUB_OUTPUT
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
cache-to: type=local,mode=max,dest=/tmp/.buildx-cache-alpine-2-10
|
||||
|
||||
- name: Get docker tag for Alpine xloader image
|
||||
id: alpine
|
||||
id: alpine-xloader
|
||||
run: |
|
||||
echo "IMAGE_TAG=$(awk -F '=' '/IMAGE_TAG/{print $2}' ./images/ckan/2.10/Dockerfile.xloader)" >> $GITHUB_OUTPUT
|
||||
|
||||
|
|
Loading…
Reference in New Issue