Skip to content

Commit

Permalink
bump to terrace:0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marshall7m committed Jun 18, 2022
1 parent 5e574e8 commit c24f32d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
jobs:
precommit:
runs-on: ubuntu-latest
container: ghcr.io/marshall7m/terrace:v0.1.7
container: ghcr.io/marshall7m/terrace:v0.1.8
permissions:
id-token: write
contents: read
Expand All @@ -51,7 +51,7 @@ jobs:
unit:
needs: precommit
runs-on: ubuntu-latest
container: ghcr.io/marshall7m/terrace:v0.1.7
container: ghcr.io/marshall7m/terrace:v0.1.8
services:
postgres:
image: postgres:10.14-alpine
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
integration:
needs: [precommit, unit]
runs-on: ubuntu-latest
container: ghcr.io/marshall7m/terrace:v0.1.7
container: ghcr.io/marshall7m/terrace:v0.1.8
permissions:
id-token: write
contents: read
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
unit:
stdin_open: true
tty: true
image: ghcr.io/marshall7m/terrace:v0.1.7
image: ghcr.io/marshall7m/terrace:v0.1.8
volumes:
- "$PWD:/src"
environment:
Expand All @@ -50,7 +50,7 @@ services:
integration:
stdin_open: true
tty: true
image: ghcr.io/marshall7m/terrace:v0.1.7
image: ghcr.io/marshall7m/terrace:v0.1.8
volumes:
- "$PWD:/src"
- "/usr/bin/docker:/usr/bin/docker"
Expand Down

0 comments on commit c24f32d

Please sign in to comment.