Archived
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57909fdcb4
|
||
|
|
86c2fb394b
|
@@ -1,4 +1,4 @@
|
||||
name: Auto release tagged
|
||||
name: Auto release
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: peter-evans/dockerhub-description@v4.0.2
|
||||
- uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_IO_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_IO_PASSWORD }}
|
||||
|
||||
Reference in New Issue
Block a user