Skip to content

Commit

Permalink
Updated container sha
Browse files Browse the repository at this point in the history
  • Loading branch information
anarthal committed Mar 11, 2024
1 parent 252732b commit ec07bec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

_triggers = { "branch": [ "master", "develop", "drone*", "bugfix/*", "fix/*", "pr/*" ] }
_container_tag = 'ca0db5925a497b70e7d6b303c81d56b70c06f9ef'
_container_tag = '252732b3d7af7f78618e877479b85d4d611a61f4'
_win_container_tag = 'ca0db5925a497b70e7d6b303c81d56b70c06f9ef'


Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@ on:

env:
GCOV_REPORT_DIR: /tmp/gcov-reports
CONTAINER_SHA: 252732b3d7af7f78618e877479b85d4d611a61f4

jobs:
coverage:
runs-on: ubuntu-latest
container:
image: ghcr.io/anarthal-containers/build-gcc13
image: ghcr.io/anarthal-containers/build-gcc13:${{ env.CONTAINER_SHA }}
volumes:
- /var/run/mysqld:/var/run/mysqld
services:
mysql:
image: ghcr.io/anarthal-containers/mysql8:ca0db5925a497b70e7d6b303c81d56b70c06f9ef
image: ghcr.io/anarthal-containers/mysql8:${{ env.CONTAINER_SHA }}
ports:
- 3306:3306
volumes:
Expand All @@ -50,9 +51,6 @@ jobs:
mkdir $GCOV_REPORT_DIR
cp boost#mysql#*.gcov $GCOV_REPORT_DIR
- name: (Temporary) install gpg
run: apt-get install -y --no-install-recommends gpg gpg-agent

- name: Upload coverage reports
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit ec07bec

Please sign in to comment.