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