Skip to content

Commit

Permalink
ci: lower case for container names
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed May 29, 2024
1 parent 5bd9c5b commit 929ed1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/MariaDB/mariadb:${{ matrix.name }}
tags: ghcr.io/mariadb/mariadb:${{ matrix.name }}
- name: MariaDB Operator Test
if: ${{ env.DEPLOY_IMAGES == 'true' }}
run: gh workflow run test-image.yaml --repo mariadb-operator/mariadb-operator -f mariadb_image=ghcr.io/mariadb/mariadb:${{ matrix.name }}
Expand Down

0 comments on commit 929ed1e

Please sign in to comment.