Skip to content
This repository was archived by the owner on Dec 5, 2021. It is now read-only.

Commit 120fa06

Browse files
authored
Merge pull request #467 from omgnetwork/develop
v0.0.2
2 parents bc1c20b + da29ca7 commit 120fa06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/omgx-publish-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Rename and retag the Optimism images
4545
working-directory: ./ops
4646
run: |
47-
for i in $(docker images --format "{{.Repository}}:{{.Tag}}" | grep ethereumoptimism); do
47+
for i in $(docker images --format "{{.Repository}}:{{.Tag}}" | grep omgx); do
4848
docker image tag "$i" omgx/$(echo $i | awk -F'/' '{print $2}' | awk -F':' '{print $1}'):${{ steps.tag.outputs.VERSION }}
4949
done
5050
docker images

0 commit comments

Comments
 (0)