forgot to add token
This commit is contained in:
parent
5f11a12cd4
commit
98868d96de
@ -33,7 +33,6 @@ jobs:
|
||||
- name: Extract version for tags
|
||||
run: |
|
||||
echo "FULL_VERSION=$(grep -oP '(?<=VERSION=).*' Dockerfile)" >> $GITHUB_ENV
|
||||
echo ${{ env.REGISTRY }}
|
||||
|
||||
# Add support for more platforms with QEMU
|
||||
- name: Set up QEMU
|
||||
@ -48,7 +47,7 @@ jobs:
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.ACTION_TOKEN }}
|
||||
|
||||
- name: Set Docker metadata
|
||||
id: meta
|
||||
|
Loading…
x
Reference in New Issue
Block a user