Fix lowercase and remove buildx
Some checks failed
docker

This commit is contained in:
ItzYanick 2023-03-24 13:11:06 +01:00
parent ca3f8d04db
commit ec6a9f9440
No known key found for this signature in database
GPG key ID: 0E3DB1F28A357B8A

View file

@ -12,8 +12,6 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Docker Buildx
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:
@ -26,6 +24,6 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: git.itzyanick.de/ItzYanick/runner-docker:latest tags: git.itzyanick.de/itzyanick/runner-docker:latest
build-args: | build-args: |
CHECKOUT=${{ github.ref }} CHECKOUT=${{ github.ref }}