Commit 48c3d060 authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

Merge pull request #7879 from ethereum-optimism/aj/tag-not-branch

ci: Use pipeline.git.tag not pipeline.git.branch when doing releases
parents e36d7e3e 6dc18168
...@@ -1506,7 +1506,7 @@ workflows: ...@@ -1506,7 +1506,7 @@ workflows:
branches: branches:
ignore: /.*/ ignore: /.*/
docker_name: op-heartbeat docker_name: op-heartbeat
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>> docker_tags: <<pipeline.git.revision>>,<<pipeline.git.tag>>
requires: ['op-stack-go-docker-build-release'] requires: ['op-stack-go-docker-build-release']
platforms: "linux/amd64,linux/arm64" platforms: "linux/amd64,linux/arm64"
publish: true publish: true
...@@ -1521,7 +1521,7 @@ workflows: ...@@ -1521,7 +1521,7 @@ workflows:
branches: branches:
ignore: /.*/ ignore: /.*/
docker_name: op-node docker_name: op-node
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>> docker_tags: <<pipeline.git.revision>>,<<pipeline.git.tag>>
requires: ['op-stack-go-docker-build-release'] requires: ['op-stack-go-docker-build-release']
platforms: "linux/amd64,linux/arm64" platforms: "linux/amd64,linux/arm64"
publish: true publish: true
...@@ -1536,7 +1536,7 @@ workflows: ...@@ -1536,7 +1536,7 @@ workflows:
branches: branches:
ignore: /.*/ ignore: /.*/
docker_name: op-batcher docker_name: op-batcher
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>> docker_tags: <<pipeline.git.revision>>,<<pipeline.git.tag>>
requires: ['op-stack-go-docker-build-release'] requires: ['op-stack-go-docker-build-release']
platforms: "linux/amd64,linux/arm64" platforms: "linux/amd64,linux/arm64"
publish: true publish: true
...@@ -1551,7 +1551,7 @@ workflows: ...@@ -1551,7 +1551,7 @@ workflows:
branches: branches:
ignore: /.*/ ignore: /.*/
docker_name: op-proposer docker_name: op-proposer
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>> docker_tags: <<pipeline.git.revision>>,<<pipeline.git.tag>>
requires: ['op-stack-go-docker-build-release'] requires: ['op-stack-go-docker-build-release']
platforms: "linux/amd64,linux/arm64" platforms: "linux/amd64,linux/arm64"
publish: true publish: true
...@@ -1566,7 +1566,7 @@ workflows: ...@@ -1566,7 +1566,7 @@ workflows:
branches: branches:
ignore: /.*/ ignore: /.*/
docker_name: op-challenger docker_name: op-challenger
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>> docker_tags: <<pipeline.git.revision>>,<<pipeline.git.tag>>
requires: ['op-stack-go-docker-build-release'] requires: ['op-stack-go-docker-build-release']
platforms: "linux/amd64,linux/arm64" platforms: "linux/amd64,linux/arm64"
publish: true publish: true
...@@ -1581,7 +1581,7 @@ workflows: ...@@ -1581,7 +1581,7 @@ workflows:
branches: branches:
ignore: /.*/ ignore: /.*/
docker_name: op-ufm docker_name: op-ufm
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>> docker_tags: <<pipeline.git.revision>>,<<pipeline.git.tag>>
publish: true publish: true
release: true release: true
context: context:
...@@ -1596,7 +1596,7 @@ workflows: ...@@ -1596,7 +1596,7 @@ workflows:
branches: branches:
ignore: /.*/ ignore: /.*/
docker_name: proxyd docker_name: proxyd
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>> docker_tags: <<pipeline.git.revision>>,<<pipeline.git.tag>>
publish: true publish: true
release: true release: true
context: context:
...@@ -1611,7 +1611,7 @@ workflows: ...@@ -1611,7 +1611,7 @@ workflows:
branches: branches:
ignore: /.*/ ignore: /.*/
docker_name: indexer docker_name: indexer
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>> docker_tags: <<pipeline.git.revision>>,<<pipeline.git.tag>>
publish: true publish: true
release: true release: true
context: context:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment