Fix typo in pipeline
parent
bb3c44acbc
commit
11c519c654
|
@ -54,7 +54,7 @@ jobs:
|
||||||
|
|
||||||
- name: Get image label
|
- name: Get image label
|
||||||
id: image_label
|
id: image_label
|
||||||
run: echo "label=${GITHUB_REF#refs/tags/}" >> $GITHUB_STATE
|
run: echo "label=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Build container image
|
- name: Build container image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|
Loading…
Reference in New Issue