I need an IDE for YAML
Some checks failed
Publish Docker image / Push Docker image to registry (push) Failing after 47s

This commit is contained in:
Matthew 2023-05-09 22:44:27 +02:00
parent b10cda6c1c
commit 47bb135f64

View File

@ -13,8 +13,8 @@ jobs:
- name: Install Git + Docker
run: |
apt update && apt install git
curl -fsSL https://get.docker.com | sh
apt update && apt install git
curl -fsSL https://get.docker.com | sh
- name: Log in to Container Registry
uses: https://github.com/docker/login-action@v2