Skip to content

Commit 941109b

Browse files
committed
chore: synced local './' with remote 'docker/'
1 parent e1e35f4 commit 941109b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "Docker Dev Container",
33
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
44
"features": {
5-
"ghcr.io/devcontainers-community/npm-features/prettier:1": {},
5+
"ghcr.io/devcontainers-community/npm-features/prettier:1": {
6+
"plugins": "prettier-plugin-sh prettier-plugin-jinja-template"
7+
},
68
"ghcr.io/devcontainers-extra/features/actionlint:1": {},
79
"ghcr.io/devcontainers-extra/features/checkov:1": {},
810
"ghcr.io/devcontainers-extra/features/markdownlint-cli:1": {},

.github/workflows/action-dockerhub-description.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Update Docker Hub Description
2+
23
on:
34
workflow_dispatch:
45
push:
@@ -18,6 +19,8 @@ jobs:
1819
steps:
1920
- name: Checkout
2021
uses: actions/checkout@v5
22+
with:
23+
persist-credentials: false
2124

2225
- name: Docker Hub Description
2326
uses: peter-evans/dockerhub-description@v4

0 commit comments

Comments
 (0)