Skip to content

Commit

Permalink
do not persist permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj committed Dec 13, 2024
1 parent b5c1359 commit 7d2de95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-publish-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
fail-fast: false
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 7d2de95

Please sign in to comment.