Browse Source

Update auto-build.yml

pull/174/head
GilbN 4 years ago
committed by GitHub
parent
commit
f46783727e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/auto-build.yml

4
.github/workflows/auto-build.yml

@ -24,7 +24,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.PERSONAL_TOKEN }}
password: ${{ secrets.GH_PAT }}
- name: echo the changed files and build&push
run: |
@ -37,4 +37,4 @@ jobs:
continue # Skip markdown files
docker build . --file $i --tag theme.park:$directory
docker push ghcr.io/gilbn/theme.park:$directory
done
done

Loading…
Cancel
Save