diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2a636031..f1e10c9b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,11 +35,10 @@ jobs: uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5.0 with: images: docker.pkg.github.com/remarkable/githubUserManager/githubUserManager - tag-sha: true - tag-latest: true - tag-semver: | - {{version}} - label-custom: | + tags: | + type=sha + type=semver,pattern={{version}} + labels: | org.opencontainers.image.vendor=reMarkable org.opencontainers.image.documentation=https://github.com/reMarkable/githubUserManager org.opencontainers.image.authors=Marcus Ramberg