1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-03 05:35:43 +00:00

docker: fix typos and permissions for jobs

This commit is contained in:
Srigovind Nayak 2024-12-02 00:16:19 +05:30
parent d422e75e08
commit 4fb9aa4351
No known key found for this signature in database
GPG key ID: 09006810B7263D69

View file

@ -19,7 +19,6 @@ jobs:
permissions:
contents: read
packages: write
id-token: write # needed for signing the images with GitHub OIDC Token
outputs:
image: ${{ steps.image.outputs.image }}
@ -43,7 +42,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=sha
type=ref, event=branch
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}