Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 89bf9bf

Browse files
a-tulidaniv-msft
authored andcommitted
Update the custom GitHub action for azure/docker-login reference in the bikes.yml since the original custom GitHub action has be deprecated per https://github.com/Azure/container-actions/blob/master/docker-login/action.yml
1 parent c0998e0 commit 89bf9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bikes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/checkout@master
1616

17-
- uses: azure/container-actions/docker-login@master
17+
- uses: azure/docker-login@releases/v1
1818
with:
1919
login-server: ${{ secrets.CONTAINER_REGISTRY }}
2020
username: ${{ secrets.REGISTRY_USERNAME }}

0 commit comments

Comments
 (0)