We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c328d23 commit 29efbd1Copy full SHA for 29efbd1
2 files changed
.github/workflows/build-devcontainer.yml
@@ -30,9 +30,6 @@ jobs:
30
echo "name=ghcr.io/$repo_lower/devcontainer:latest" >> $GITHUB_OUTPUT
31
echo "cache-ref=ghcr.io/$repo_lower/devcontainer:cache" >> $GITHUB_OUTPUT
32
33
- - name: Set up Docker Buildx
34
- uses: docker/setup-buildx-action@v3
35
-
36
- name: Log in to GitHub Container Registry
37
if: github.event_name != 'pull_request'
38
uses: docker/login-action@v3
.github/workflows/checks.yml
@@ -78,9 +78,6 @@ jobs:
78
- name: Checkout repository
79
uses: actions/checkout@v6
80
81
82
83
84
85
86
with:
0 commit comments