We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f68958 commit ea25f1bCopy full SHA for ea25f1b
1 file changed
.github/workflows/deploy.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: export image name
82
id: export_image
83
- run: echo "image_name=app251127" >> $GITHUB_OUTPUT
+ run: echo "image_name=WEB7_9_TxI_BE" >> $GITHUB_OUTPUT
84
85
- name: 빌드 앤 푸시
86
uses: docker/build-push-action@v3
@@ -93,6 +93,8 @@ jobs:
93
ghcr.io/${{ steps.export_owner.outputs.owner_lc }}/${{ steps.export_image.outputs.image_name }}:${{ needs.makeTagAndRelease.outputs.tag_name }},
94
ghcr.io/${{ steps.export_owner.outputs.owner_lc }}/${{ steps.export_image.outputs.image_name }}:latest
95
96
+
97
98
deploy:
99
runs-on: ubuntu-latest
100
needs: [buildImageAndPush]
0 commit comments