diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 3f656900..a8808b7b 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -20,7 +20,7 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest container: - image: thesilverchris/openauto-mazda-build:development + image: thesilverchris/openauto-mazda-build:latest # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index bf75853b..d2c214eb 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -17,7 +17,7 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest container: - image: thesilverchris/openauto-mazda-build:development + image: thesilverchris/openauto-mazda-build:latest # Steps represent a sequence of tasks that will be executed as part of the job steps: