Browse Source

oops

pull/174/head
gilbN 4 years ago
parent
commit
ce299ac1e3
  1. 1
      .github/workflows/auto-build.yml

1
.github/workflows/auto-build.yml

@ -27,7 +27,6 @@ jobs:
password: ${{ secrets.PERSONAL_TOKEN }} password: ${{ secrets.PERSONAL_TOKEN }}
- name: echo the changed files and build&push - name: echo the changed files and build&push
uses: docker/build-push-action@v2
run: | run: |
for i in ${{ steps.getfile.outputs.files }} for i in ${{ steps.getfile.outputs.files }}
do do

Loading…
Cancel
Save