Commit d7524a7e authored by Zach Howard's avatar Zach Howard Committed by GitHub

Merge pull request #3956 from ethereum-optimism/zhwrd/fix-release-tag-job

fix missing directory in docker-tag job
parents fe29c26b 543d900c
...@@ -174,6 +174,8 @@ jobs: ...@@ -174,6 +174,8 @@ jobs:
- image: google/cloud-sdk:latest - image: google/cloud-sdk:latest
resource_class: small resource_class: small
steps: steps:
- run:
command: mkdir -p /home/circleci
- gcp-oidc-authenticate - gcp-oidc-authenticate
- checkout - checkout
- run: - run:
......
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