Fix login actions

This commit is contained in:
Greyscale 2023-01-04 13:27:24 +01:00
parent 0a5904ea7b
commit 6baad66467
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -35,12 +35,12 @@ jobs:
steps:
- name: Git Checkout
uses: actions/checkout@v3
- uses: docker/login-action@v1
- uses: docker/login-action@v2
name: Login to Docker Hub
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- uses: docker/login-action@v1
- uses: docker/login-action@v2
name: Login to Github Container Registry
with:
registry: ghcr.io