We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf5d41 commit eebcd47Copy full SHA for eebcd47
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
registry: ghcr.io
12
username: ${{ github.repository_owner }}
13
password: ${{ secrets.GITHUB_TOKEN }}
14
- - uses: devcontainers/ci@v0.2
+ - uses: devcontainers/ci@v0.3
15
with:
16
push: always
17
imageName: ghcr.io/rails-lambda/lamby-devcontainer
@@ -24,7 +24,7 @@ jobs:
24
- name: Checkout
25
uses: actions/checkout@v3
26
- name: Setup & Test
27
- uses: devcontainers/ci@v0.2
+ uses: devcontainers/ci@v0.3
28
29
push: never
30
cacheFrom: ghcr.io/rails-lambda/lamby-devcontainer
0 commit comments