We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730dfeb commit 344258eCopy full SHA for 344258e
1 file changed
โ.github/workflows/upload_docker_image_to_acr.ymlโ
@@ -15,6 +15,9 @@ jobs:
15
# 1. ์์ค ์ฝ๋ ์ฒดํฌ์์
16
- name: Checkout repository
17
uses: actions/checkout@v4
18
+ with:
19
+ fetch-depth: 0 # ๋ชจ๋ ํ์คํ ๋ฆฌ ๊ฐ์ ธ์ค๊ธฐ
20
+ ref: ${{ github.ref }} # ํ์ฌ ๋ธ๋์น์ ์ต์ ์ปค๋ฐ ์ฌ์ฉ
21
22
# 2. Azure ๋ก๊ทธ์ธ (Service Principal ์ฌ์ฉ)
23
- name: Log in to Azure
@@ -52,6 +55,7 @@ jobs:
52
55
push: true # ๋น๋ ํ ํธ์ ์คํ
53
56
tags: ${{ steps.meta.outputs.tags }} # ์ metadata step์์ ์์ฑ๋ ํ๊ทธ ์ฌ์ฉ
54
57
labels: ${{ steps.meta.outputs.labels }} # ์ metadata step์์ ์์ฑ๋ ๋ผ๋ฒจ ์ฌ์ฉ
58
+ no-cache: true # ์บ์ ๋นํ์ฑํ
59
60
# 6. ACR์ ํธ์๋ ์ด๋ฏธ์ง ํ์ธ
61
- name: Verify pushed image
0 commit comments