Skip to content

Commit

Permalink
ci: rename ghcr image
Browse files Browse the repository at this point in the history
Signed-off-by: Rory Z <[email protected]>
  • Loading branch information
Rory-Z committed Sep 25, 2024
1 parent 2bd069b commit 49a5ba9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: docker/metadata-action@v5
id: meta
with:
images: ghcr.io/${{ github.repository_owner }}/emqx-operator-controller
images: ghcr.io/${{ github.repository_owner }}/emqx-operator
flavor: |
latest=true
tags: |
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
timeout-minutes: 5
uses: ./.github/actions/deploy-operator
with:
repository: ghcr.io/${{ github.repository_owner }}/emqx-operator-controller
repository: ghcr.io/${{ github.repository_owner }}/emqx-operator
tag: ${{ github.ref_name }}
- name: Deploy emqx
timeout-minutes: 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: ${{ startsWith(github.ref, 'refs/tags/') }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
context: .
Expand Down

0 comments on commit 49a5ba9

Please sign in to comment.