You've already forked docker-compose-docker
fix(ci): add workflow to release latest tags
Build / build-amd64 (push) Successful in 1m2s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Successful in 1m47s
Release latest / push-amd64 (push) Successful in 1m8s
Release latest / push-arm64 (push) Successful in 2m1s
Release latest / push-manifest (push) Successful in 6s
Release latest / sync-to-hub-docker-io (push) Successful in 48s
Build / build-amd64 (push) Successful in 1m2s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Successful in 1m47s
Release latest / push-amd64 (push) Successful in 1m8s
Release latest / push-arm64 (push) Successful in 2m1s
Release latest / push-manifest (push) Successful in 6s
Release latest / sync-to-hub-docker-io (push) Successful in 48s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Auto release
|
||||
name: Auto release tagged
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
uses: actions/github-script@v9.0.0
|
||||
with:
|
||||
script: |
|
||||
const workflowFileName = 'release.yaml';
|
||||
const workflowFileName = 'release-tagged.yaml';
|
||||
const defaultBranch = context.payload.repository.default_branch;
|
||||
const definedTag = '${{ steps.create_tag.outputs.defined_tag }}';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user