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

Commit

Permalink
Merge pull request #467 from omgnetwork/develop
Browse files Browse the repository at this point in the history
v0.0.2
  • Loading branch information
InoMurko authored Sep 16, 2021
2 parents bc1c20b + da29ca7 commit 120fa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/omgx-publish-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Rename and retag the Optimism images
working-directory: ./ops
run: |
for i in $(docker images --format "{{.Repository}}:{{.Tag}}" | grep ethereumoptimism); do
for i in $(docker images --format "{{.Repository}}:{{.Tag}}" | grep omgx); do
docker image tag "$i" omgx/$(echo $i | awk -F'/' '{print $2}' | awk -F':' '{print $1}'):${{ steps.tag.outputs.VERSION }}
done
docker images
Expand Down

0 comments on commit 120fa06

Please sign in to comment.