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. 2
      .github/workflows/auto-build.yml

2
.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: |

Loading…
Cancel
Save