Skip to content

chore: update MySQL Docker image to version 8.0.30 #124

chore: update MySQL Docker image to version 8.0.30

chore: update MySQL Docker image to version 8.0.30 #124

Workflow file for this run

name: Develop CI
on:
workflow_dispatch:
push:
branches: [ "develop" ]
jobs:
test-and-update-docs:
uses: ./.github/workflows/common-test-and-update-docs.yml
with:
ref: ${{ github.ref }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
push-image:
needs: test-and-update-docs
uses: ./.github/workflows/common-push-image.yml
with:
tag: ${{ github.ref_name }}
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}