Skip to content

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
sarunask committed Jan 24, 2024
1 parent 38d1767 commit d6c7880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
context: ./
builder: ${{ steps.buildx.outputs.name }}
platforms: 'linux/amd64,linux/arm64'
tags: elasticsearch-object-operator:dev
tags: elasticsearch-objects-operator:dev
file: Dockerfile
push: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ship.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Create valid tag(s)
id: tags
run: |
name="90poe/elasticsearch-object-operator"
name="90poe/elasticsearch-objects-operator"
output="$name:${{ steps.tagName.outputs.tag }},$name:latest"
echo "::set-output name=all_tags::${output}"
Expand Down

0 comments on commit d6c7880

Please sign in to comment.