Skip to content

Commit 9ca1e19

Browse files
committed
updated actions versions in workflow
1 parent 8f74326 commit 9ca1e19

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-container-image-icr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ jobs:
1313
ICR_REPOSITORY: tutorial-cloud-sql-database
1414
steps:
1515
- name: Check out the repo
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Log in to Container Registry
19-
uses: docker/login-action@v1.10.0
19+
uses: docker/login-action@v3
2020
with:
2121
registry: icr.io
2222
username: ${{ secrets.ICR_USER }}
2323
password: ${{ secrets.ICR_TOKEN }}
2424

2525
- name: Extract metadata (tags, labels) for Docker
2626
id: meta
27-
uses: docker/metadata-action@v3.6.2
27+
uses: docker/metadata-action@v5
2828
with:
2929
images: icr.io/${{ env.ICR_NAMESPACE }}/${{ env.ICR_REPOSITORY }}
3030

3131
- name: Build and push image
32-
uses: docker/build-push-action@v2.8.0
32+
uses: docker/build-push-action@v5
3333
with:
3434
context: ./
3535
file: ./Dockerfile

0 commit comments

Comments
 (0)