fix: lowercase error on ci

This commit is contained in:
Marie 2023-09-22 00:30:36 +02:00 committed by GitHub
parent 69fa95c0d0
commit 1ffd317793
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: transfem-org/Sharkey
images: transfem-org/sharkey
- name: Log in to GHCR
uses: docker/login-action@v3
with:
@ -41,7 +41,7 @@ jobs:
push: true
platforms: ${{ steps.buildx.outputs.platforms }}
provenance: false
tags: transfem-org/Sharkey:develop
tags: transfem-org/sharkey:develop
labels: develop
cache-from: type=gha
cache-to: type=gha,mode=max