Skip to content

Commit 1b7f11f

Browse files
authored
remove spaces
1 parent 8813a93 commit 1b7f11f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/publish-devcontainer.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,14 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
25-
2625
- name: Set up Docker Buildx
2726
uses: docker/setup-buildx-action@v3
28-
2927
- name: Log in to Container Registry
3028
uses: docker/login-action@v3
3129
with:
3230
registry: ${{ env.REGISTRY }}
3331
username: ${{ github.actor }}
34-
password: ${{ secrets.GITHUB_TOKEN }}
35-
32+
password: ${{ secrets.GITHUB_TOKEN }}
3633
- name: Extract metadata
3734
id: meta
3835
uses: docker/metadata-action@v5
@@ -41,8 +38,7 @@ jobs:
4138
tags: |
4239
type=ref,event=branch
4340
type=sha,prefix={{branch}}-
44-
type=raw,value=latest,enable={{is_default_branch}}
45-
41+
type=raw,value=latest,enable={{is_default_branch}}
4642
- name: Build and push devcontainer image
4743
uses: docker/build-push-action@v6
4844
with:
@@ -52,4 +48,4 @@ jobs:
5248
tags: ${{ steps.meta.outputs.tags }}
5349
labels: ${{ steps.meta.outputs.labels }}
5450
cache-from: type=gha
55-
cache-to: type=gha,mode=max
51+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)