GilbN
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/auto-build.yml
|
@ -24,7 +24,7 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
registry: ghcr.io |
|
|
registry: ghcr.io |
|
|
username: ${{ github.repository_owner }} |
|
|
username: ${{ github.repository_owner }} |
|
|
password: ${{ secrets.PERSONAL_TOKEN }} |
|
|
password: ${{ secrets.GH_PAT }} |
|
|
|
|
|
|
|
|
- name: echo the changed files and build&push |
|
|
- name: echo the changed files and build&push |
|
|
run: | |
|
|
run: | |
|
@ -37,4 +37,4 @@ jobs: |
|
|
continue # Skip markdown files |
|
|
continue # Skip markdown files |
|
|
docker build . --file $i --tag theme.park:$directory |
|
|
docker build . --file $i --tag theme.park:$directory |
|
|
docker push ghcr.io/gilbn/theme.park:$directory |
|
|
docker push ghcr.io/gilbn/theme.park:$directory |
|
|
done |
|
|
done |
|
|