Skip to content

Commit

Permalink
Update published operator image name(#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas authored Feb 8, 2021
1 parent b939155 commit f1d36fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Prepare
id: prep
run: |
DOCKER_IMAGE=ghcr.io/spotify/flink-operator:${GITHUB_SHA::8}
DOCKER_IMAGE=ghcr.io/spotify/flink-on-k8s-operator/flink-operator:${GITHUB_SHA::8}
echo ::set-output name=image::${DOCKER_IMAGE}
- name: Login to Github container registry
uses: docker/[email protected]
Expand Down

0 comments on commit f1d36fc

Please sign in to comment.