Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump devcontainers/ci from 0.2.1900000215 to 0.3.1900000319 #278

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
password: ${{ github.token }}

- name: build
uses: devcontainers/ci@3dcee0e5dada9275fbd8e4d76ee9de43998be886
uses: devcontainers/ci@e4d707078cd9a8923e188288c13a787d3cd324b9
with:
imageName: ghcr.io/${{ github.repository }}/devcontainer
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
password: ${{ github.token }}

- name: test
uses: devcontainers/ci@3dcee0e5dada9275fbd8e4d76ee9de43998be886
uses: devcontainers/ci@e4d707078cd9a8923e188288c13a787d3cd324b9
with:
imageName: ghcr.io/${{ github.repository }}/devcontainer
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
Expand All @@ -45,7 +45,7 @@ jobs:
password: ${{ github.token }}

- name: build
uses: devcontainers/ci@3dcee0e5dada9275fbd8e4d76ee9de43998be886
uses: devcontainers/ci@e4d707078cd9a8923e188288c13a787d3cd324b9
with:
imageName: ghcr.io/${{ github.repository }}/devcontainer
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
Expand Down