Skip to content

Commit 214397f

Browse files
author
mcdonnnj
committed
Merge https://github.com/cisagov/skeleton-docker into lineage/skeleton
2 parents 205f299 + 7320dad commit 214397f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Diff for: .github/workflows/build.yml

-8
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ jobs:
266266
uses: step-security/harden-runner@v2
267267
with:
268268
egress-policy: audit
269-
- name: Checkout
270-
uses: actions/checkout@v4
271269
- name: Set up QEMU
272270
uses: docker/setup-qemu-action@v3
273271
- name: Set up Docker Buildx
@@ -289,8 +287,6 @@ jobs:
289287
with:
290288
cache-from: type=local,src=${{ env.BUILDX_CACHE_DIR }}
291289
cache-to: type=local,dest=${{ env.BUILDX_CACHE_DIR }}
292-
context: .
293-
file: ./Dockerfile
294290
labels: ${{ needs.prepare.outputs.labels }}
295291
outputs: type=docker,dest=dist/image.tar
296292
# Uncomment the following option if you are building an image for use
@@ -410,8 +406,6 @@ jobs:
410406
password: ${{ secrets.GITHUB_TOKEN }}
411407
registry: ghcr.io
412408
username: ${{ github.actor }}
413-
- name: Checkout
414-
uses: actions/checkout@v4
415409
- name: Set up QEMU
416410
uses: docker/setup-qemu-action@v3
417411
- name: Set up Docker Buildx
@@ -431,8 +425,6 @@ jobs:
431425
with:
432426
cache-from: type=local,src=${{ env.BUILDX_CACHE_DIR }}
433427
cache-to: type=local,dest=${{ env.BUILDX_CACHE_DIR }}
434-
context: .
435-
file: ./Dockerfile
436428
labels: ${{ needs.prepare.outputs.labels }}
437429
platforms: |
438430
linux/amd64

Diff for: .prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Already being linted by pretty-format-json
2+
*.lock
23
*.json
34
# Already being linted by mdl
45
*.md

0 commit comments

Comments
 (0)