Remove QEMU and fix order
Some checks failed
docker

This commit is contained in:
ItzYanick 2023-03-24 12:46:09 +01:00
parent 6d76a47739
commit 4c4fddd626
No known key found for this signature in database
GPG key ID: 0E3DB1F28A357B8A

View file

@ -12,16 +12,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up QEMU - name: Set up Docker Buildx
uses: https://github.com/docker/setup-qemu-action@v2 uses: https://github.com/docker/setup-buildx-action@v2
- name: Login to Docker Registry - name: Login to Docker Registry
uses: https://github.com/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
uses: https://github.com/docker/setup-buildx-action@v2
- name: Build and push - name: Build and push
uses: https://github.com/docker/build-push-action@v4 uses: https://github.com/docker/build-push-action@v4
with: with: