Compare commits
5 Commits
be381205be
...
v0.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 5bbd5745a8 | |||
| 0e4f439ba3 | |||
| ed25e4a200 | |||
| 641b503117 | |||
| 36437b8b33 |
@@ -45,7 +45,7 @@ jobs:
|
||||
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login git.hnrx.net \
|
||||
--username "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||
|
||||
- uses: actions/download-artifact@v6
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: manage-servers-binary
|
||||
path: .
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM alpine:latest
|
||||
FROM mirror.gcr.io/alpine:latest
|
||||
|
||||
RUN mkdir /config
|
||||
|
||||
|
||||
+11
-1
@@ -1,3 +1,13 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"packageRules": [
|
||||
{
|
||||
"packageNames": [
|
||||
"@actions/artifact",
|
||||
"upload-artifact",
|
||||
"download-artifact"
|
||||
],
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user