Skip to content

Commit cee035e

Browse files
author
David Wertenteil
committed
update docker image name
1 parent 60fabb2 commit cee035e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Set image name
7171
id: image-name
72-
run: echo '::set-output name=IMAGE_NAME::quay.io/${{ github.repository_owner }}/cluster-trigger'
72+
run: echo '::set-output name=IMAGE_NAME::quay.io/${{ github.repository_owner }}/action-trigger'
7373

7474
- name: Build the Docker image
7575
run: docker build . --file build/Dockerfile --tag ${{ steps.image-name.outputs.IMAGE_NAME }}:${{ steps.image-version.outputs.IMAGE_VERSION }} --build-arg image_version=${{ steps.image-version.outputs.IMAGE_VERSION }}

0 commit comments

Comments
 (0)