Skip to content

Commit

Permalink
chore: docker inspect 추가 후 롤백 테스트
Browse files Browse the repository at this point in the history
Co-authored-by: coli-geonwoo <[email protected]>
  • Loading branch information
mzeong and coli-geonwoo committed Oct 16, 2024
1 parent f46918f commit b2255a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
docker tag ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:latest ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:previous || true
docker push ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:previous || true
docker inspect ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:previous
docker ps
docker build --platform linux/arm64 -t ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }}-dev -f Dockerfile . --push
Expand Down

0 comments on commit b2255a5

Please sign in to comment.