Skip to content

Commit

Permalink
Merge pull request #19 from deefernando6/mariadb-10.11.5-ubuntu-22.04
Browse files Browse the repository at this point in the history
Mariadb 10.11.5 ubuntu 22.04
  • Loading branch information
ChanakaR authored Oct 31, 2023
2 parents 65132f8 + 091f990 commit f92dece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
php vendor/bin/codecept run unit
- name: Get installed mariadb version
run: echo "VERSION_TAG_NAME=mariadb-$(docker exec db_container mysql -uroot -p1234 --execute='SELECT @@version;' | grep MariaDB | cut -d'-' -f 1)-ubuntu-20.04" >> $GITHUB_ENV
run: echo "VERSION_TAG_NAME=mariadb-$(docker exec db_container mysql -uroot -p1234 --execute='SELECT @@version;' | grep MariaDB | cut -d'-' -f 1)-ubuntu-22.04" >> $GITHUB_ENV

- name: New image with a version tag
if: ${{ env.TAG_NAME != env.VERSION_TAG_NAME }}
Expand Down

0 comments on commit f92dece

Please sign in to comment.