Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
parent
c854faed40
commit
fd5343745d
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
@ -9,8 +9,9 @@ on:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||
- "v[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching v*, i.e. v1.0-rc1, v20.15.10-rc5
|
||||
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0.0, v20.15.10
|
||||
- "v[0-9]+.[0-9]+.[0-9]+-rc.*" # Push events to matching v*, i.e. v1.0.0-rc.1, v20.15.10-rc.5
|
||||
- "v[0-9]+.[0-9]+.[0-9]+-beta.*" # Push events to matching v*, i.e. v1.0.0-beta.1, v20.15.10-beta.5
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tags:
|
||||
|
||||
@ -29,7 +29,6 @@ COPY x/gov/go.mod x/gov/go.sum ./x/gov/
|
||||
COPY x/distribution/go.mod x/distribution/go.sum ./x/distribution/
|
||||
COPY x/slashing/go.mod x/slashing/go.sum ./x/slashing/
|
||||
COPY x/staking/go.mod x/staking/go.sum ./x/staking/
|
||||
COPY x/auth/go.mod x/auth/go.sum ./x/auth/
|
||||
COPY x/authz/go.mod x/authz/go.sum ./x/authz/
|
||||
COPY x/bank/go.mod x/bank/go.sum ./x/bank/
|
||||
COPY x/mint/go.mod x/mint/go.sum ./x/mint/
|
||||
|
||||
@ -16,7 +16,6 @@ COPY x/gov/go.mod x/gov/go.sum /work/x/gov/
|
||||
COPY x/distribution/go.mod x/distribution/go.sum /work/x/distribution/
|
||||
COPY x/slashing/go.mod x/slashing/go.sum /work/x/slashing/
|
||||
COPY x/staking/go.mod x/staking/go.sum /work/x/staking/
|
||||
COPY x/auth/go.mod x/auth/go.sum /work/x/auth/
|
||||
COPY x/authz/go.mod x/authz/go.sum /work/x/authz/
|
||||
COPY x/bank/go.mod x/bank/go.sum /work/x/bank/
|
||||
COPY x/mint/go.mod x/mint/go.sum /work/x/mint/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user