Skip to content

Commit

Permalink
ci: docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed May 29, 2024
1 parent 929ed1e commit f5314fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,7 @@ jobs:
run: docker tag mariadb:${{ matrix.name }} ghcr.io/mariadb/mariadb:${{ matrix.name }}
- name: push
if: ${{ env.DEPLOY_IMAGES == 'true' }}
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/mariadb/mariadb:${{ matrix.name }}
run: docker push 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 f5314fe

Please sign in to comment.