|
@@ -5,7 +5,6 @@
|
|
name: Build Docker image
|
|
name: Build Docker image
|
|
|
|
|
|
on:
|
|
on:
|
|
- workflow_dispatch:
|
|
|
|
push:
|
|
push:
|
|
branches:
|
|
branches:
|
|
- develop
|
|
- develop
|
|
@@ -32,7 +31,7 @@ jobs:
|
|
with:
|
|
with:
|
|
registry: ghcr.io
|
|
registry: ghcr.io
|
|
username: ${{ github.actor }}
|
|
username: ${{ github.actor }}
|
|
- password: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
+ password: ${{ secrets.GH_PAT }}
|
|
|
|
|
|
- name: Extract image metadata
|
|
- name: Extract image metadata
|
|
id: meta
|
|
id: meta
|