upgraded login action tag to avoid deprecation

This commit is contained in:
Christian Haschek
2023-03-23 09:26:43 +01:00
parent 0ea4b3c160
commit 56f89d5610

View File

@@ -51,7 +51,7 @@ jobs:
uses: docker/setup-buildx-action@master
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}