There was an error while loading. Please reload this page.
2 parents bc1c20b + da29ca7 commit 120fa06Copy full SHA for 120fa06
1 file changed
.github/workflows/omgx-publish-master.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Rename and retag the Optimism images
45
working-directory: ./ops
46
run: |
47
- for i in $(docker images --format "{{.Repository}}:{{.Tag}}" | grep ethereumoptimism); do
+ for i in $(docker images --format "{{.Repository}}:{{.Tag}}" | grep omgx); do
48
docker image tag "$i" omgx/$(echo $i | awk -F'/' '{print $2}' | awk -F':' '{print $1}'):${{ steps.tag.outputs.VERSION }}
49
done
50
docker images
0 commit comments