This commit is contained in:
@@ -23,7 +23,7 @@ on:
|
||||
description: 'checkout repo first'
|
||||
default: 'true'
|
||||
secrets:
|
||||
token:
|
||||
TOKEN:
|
||||
description: 'repo auth token'
|
||||
required: true
|
||||
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
with:
|
||||
registry: ${{ inputs.registry }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ inputs.token }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
- name: Build and push Docker image
|
||||
id: build-and-push
|
||||
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
|
||||
|
||||
Reference in New Issue
Block a user