File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ jobs:
5454 run : docker ps
5555 - name : " Set backend tag"
5656 id : backend_tag
57- run : echo " docker container inspect $(docker container ls -aq) --format "{{.Config.Image}}" | grep -m 1 "victorycenterua/backend:" | cut -d "-" -f2 | head -c -1" >> $GITHUB_OUTPUT
57+ run : docker container inspect $(docker container ls -aq) --format "{{.Config.Image}}" | grep -m 1 "victorycenterua/backend:" | cut -d "-" -f2 | head -c -1 >> $GITHUB_OUTPUT
5858 - name : " Set frontend tag"
5959 id : frontend_tag
60- run : echo " docker container inspect $(docker container ls -aq) --format "{{.Config.Image}}" | grep -m 1 "victorycenterua/client:" | cut -d "-" -f2 | head -c -1" >> $GITHUB_OUTPUT
60+ run : docker container inspect $(docker container ls -aq) --format "{{.Config.Image}}" | grep -m 1 "victorycenterua/client:" | cut -d "-" -f2 | head -c -1
6161 - name : Checkout
6262 uses : actions/checkout@v2
6363 with :
You can’t perform that action at this time.
0 commit comments