Bump workflow actions of various starter files (#2210)

This commit is contained in:
Andreas Deininger
2024-03-27 18:51:41 +01:00
committed by GitHub
parent 4ccc742286
commit 831e9cb8e4
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -49,7 +49,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
# 1.1 Login to ACR
- name: Login to ACR with the AccessKey pair
@@ -59,7 +59,7 @@ jobs:
access-key-id: "${{ secrets.ACCESS_KEY_ID }}"
access-key-secret: "${{ secrets.ACCESS_KEY_SECRET }}"
# 1.2 Buid and push image to ACR
# 1.2 Build and push image to ACR
- name: Build and push image to ACR
run: |
docker build --tag "$REGISTRY/$NAMESPACE/$IMAGE:$TAG" .