You've already forked docker-compose-docker
fix(ci): disable autorelease
All checks were successful
All checks were successful
This commit is contained in:
@@ -14,6 +14,7 @@ jobs:
|
|||||||
tag_on_change:
|
tag_on_change:
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.0
|
- uses: actions/checkout@v5.0.0
|
||||||
@@ -60,4 +61,4 @@ jobs:
|
|||||||
}
|
}
|
||||||
event-type: push-tagged-images
|
event-type: push-tagged-images
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
token: ${{ secrets.REPOSITORY_RW_TOKEN }}
|
token: ${{ github.token }}
|
||||||
Reference in New Issue
Block a user