Update .github/workflows/docker-build.yml
Actionlint / build (push) Successful in 24s

This commit is contained in:
2026-07-17 10:53:39 +03:00
parent adee4f2c02
commit 0f083c7f72
+2 -2
View File
@@ -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