Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
reddink committed Jun 20, 2024
1 parent 52f2d92 commit 9adb0fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
DOCKER_REPOSITORY: reddcoincore
on:
push:
branches: [ 'master' ]
branches: [ 'master', 'test' ]
paths:
- README.md
- '.github/workflows/update-readme.yml'
Expand All @@ -22,6 +22,10 @@ jobs:
- name: Setup Environment
run: echo ::set-env name=SLUG::"$(echo "$DOCKER_REPOSITORY/$APP")"

- name: Print ENV VARs set above
run: |
printf " USER: %s\n" "${{ secrets.DOCKER_USER }}"
- name: Sync README.md and Description to Docker Hub
uses: meeDamian/[email protected]
with:
Expand Down

0 comments on commit 9adb0fd

Please sign in to comment.