Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Oct 22, 2023
1 parent c7a48b5 commit 3e7728a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
echo "************ docker login end"
docker build -f ./docker/Dockerfile .
echo "************ docker build end"
echo "************ docker images ps start"
docker images ps
echo "************ docker images ps end"
docker tag gundns-admin ${{ env.IMAGE_NAME_TAG }}
echo "************ docker tag end"
docker images
Expand Down

0 comments on commit 3e7728a

Please sign in to comment.