Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ jobs:
tags: azurehound # temporary tag to simplify oci conversion
labels: ${{ steps.meta.outputs.labels }}
push: false
secrets: |
GIT_AUTH_TOKEN=${{ secrets.PACKAGE_SCOPE }}
# Multi-platform builds can not be loaded into local Docker Daemon
outputs: type=oci,dest=/tmp/oci-image.tar

Expand All @@ -100,8 +98,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: ${{ ! startsWith(github.event_name, 'pull_request') }}
secrets: |
GIT_AUTH_TOKEN=${{ secrets.PACKAGE_SCOPE }}

build:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,3 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true
secrets: |
GIT_AUTH_TOKEN=${{ secrets.PACKAGE_SCOPE }}
Loading