We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fabb2 commit cee035eCopy full SHA for cee035e
.github/workflows/build.yaml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Set image name
71
id: image-name
72
- run: echo '::set-output name=IMAGE_NAME::quay.io/${{ github.repository_owner }}/cluster-trigger'
+ run: echo '::set-output name=IMAGE_NAME::quay.io/${{ github.repository_owner }}/action-trigger'
73
74
- name: Build the Docker image
75
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