Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
InoMurko committed Nov 26, 2021
1 parent cb64910 commit af44f9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-boba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,16 @@ jobs:
run: docker compose build

- name: Tag
working-directory: ./ops
working-directory: ./boba_ops
run: |
docker images
for i in $(docker images --format "{{.Repository}}:{{.Tag}}" | grep bobanetwork); do
docker image tag "$i" bobanetwork/$(echo $i | awk -F'/' '{print $2}' | awk -F':' '{print $1}'):latest
done
docker images
- name: Push
working-directory: ./ops
working-directory: ./boba_ops
run: |
for i in $(docker images --format "{{.Repository}}:{{.Tag}}" | grep bobanetwork); do
echo "$1"
Expand Down

0 comments on commit af44f9f

Please sign in to comment.