Skip to content

Commit

Permalink
Resolve zizmor warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Feb 7, 2025
1 parent af7f9a5 commit 72700b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
branches:
- master

permissions: {}

jobs:
build:
runs-on: ${{ matrix.runs-on }}
Expand All @@ -24,7 +26,11 @@ jobs:
runs-on: blacksmith-8vcpu-ubuntu-2204-arm
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: docker/setup-buildx-action@v3
with:
cache-binary: false
- name: Build
uses: docker/build-push-action@v6
with:
Expand All @@ -46,12 +52,16 @@ jobs:
steps:
- run: lscpu
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ github.token }}
- uses: docker/setup-buildx-action@v3
with:
cache-binary: false
- uses: docker/metadata-action@v5
id: meta
with:
Expand Down

0 comments on commit 72700b8

Please sign in to comment.