Fix uses
Some checks failed
docker

This commit is contained in:
ItzYanick 2023-03-23 23:16:52 +01:00
parent f36b69d94d
commit 7464bafe29
No known key found for this signature in database
GPG key ID: 0E3DB1F28A357B8A

View file

@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v2 uses: https://github.com/docker/login-action@v2
with: with:
registry: git.itzyanick.de registry: git.itzyanick.de
username: ItzYanick username: ItzYanick
password: ${{ secrets.PACKAGE_TOKEN }} password: ${{ secrets.PACKAGE_TOKEN }}
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2 uses: https://github.com/docker/setup-buildx-action@v2
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: https://github.com/docker/build-push-action@v4
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile