From 941109b9a5b46877c782841031ff028cb82bb2c1 Mon Sep 17 00:00:00 2001 From: dgibbs64 Date: Wed, 27 Aug 2025 14:41:18 +0000 Subject: [PATCH] chore: synced local './' with remote 'docker/' --- .devcontainer/devcontainer.json | 4 +++- .github/workflows/action-dockerhub-description.yml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ad08e67..2540d59 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,9 @@ "name": "Docker Dev Container", "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { - "ghcr.io/devcontainers-community/npm-features/prettier:1": {}, + "ghcr.io/devcontainers-community/npm-features/prettier:1": { + "plugins": "prettier-plugin-sh prettier-plugin-jinja-template" + }, "ghcr.io/devcontainers-extra/features/actionlint:1": {}, "ghcr.io/devcontainers-extra/features/checkov:1": {}, "ghcr.io/devcontainers-extra/features/markdownlint-cli:1": {}, diff --git a/.github/workflows/action-dockerhub-description.yml b/.github/workflows/action-dockerhub-description.yml index 23fd6a3..a1bcae6 100644 --- a/.github/workflows/action-dockerhub-description.yml +++ b/.github/workflows/action-dockerhub-description.yml @@ -1,4 +1,5 @@ name: Update Docker Hub Description + on: workflow_dispatch: push: @@ -18,6 +19,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v5 + with: + persist-credentials: false - name: Docker Hub Description uses: peter-evans/dockerhub-description@v4