File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 tags : azurehound # temporary tag to simplify oci conversion
8282 labels : ${{ steps.meta.outputs.labels }}
8383 push : false
84- secrets : |
85- GIT_AUTH_TOKEN=${{ secrets.PACKAGE_SCOPE }}
8684 # Multi-platform builds can not be loaded into local Docker Daemon
8785 outputs : type=oci,dest=/tmp/oci-image.tar
8886
10098 tags : ${{ steps.meta.outputs.tags }}
10199 labels : ${{ steps.meta.outputs.labels }}
102100 push : ${{ ! startsWith(github.event_name, 'pull_request') }}
103- secrets : |
104- GIT_AUTH_TOKEN=${{ secrets.PACKAGE_SCOPE }}
105101
106102 build :
107103 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -195,5 +195,3 @@ jobs:
195195 tags : ${{ steps.meta.outputs.tags }}
196196 labels : ${{ steps.meta.outputs.labels }}
197197 push : true
198- secrets : |
199- GIT_AUTH_TOKEN=${{ secrets.PACKAGE_SCOPE }}
You can’t perform that action at this time.
0 commit comments