Skip to content

Commit f58162a

Browse files
committed
Alias image tag over current branch name
1 parent 5091ce8 commit f58162a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_ci_image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
trigger=true
9292
fi
9393
echo "::set-output name=trigger::${trigger}"
94-
- name: Build and push
94+
- name: Build and push ${{ github.ref_name }}
9595
if: steps.config.outputs.trigger == 'true'
9696
id: docker_build
9797
uses: docker/build-push-action@v4
@@ -108,7 +108,7 @@ jobs:
108108
- name: Image digest
109109
if: steps.config.outputs.trigger == 'true'
110110
run: echo ${{ steps.docker_build.outputs.digest }}
111-
- name: Build and push
111+
- name: Build and push ${{ github.ref_name }}
112112
if: steps.config.outputs.trigger == 'true'
113113
id: docker_build
114114
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)