diff --git a/.forgejo/workflows/image.yaml b/.forgejo/workflows/image.yaml index fe04e52..27657d6 100644 --- a/.forgejo/workflows/image.yaml +++ b/.forgejo/workflows/image.yaml @@ -7,11 +7,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: docker/metadata-action@v3 + - uses: actions/checkout@v4 + - uses: docker/metadata-action@v5 id: metadata with: - images: git.hamburg.ccc.de/${{ github.repository }} + images: git.hamburg.ccc.de/${{ github.repository }}/pretix - uses: docker/login-action@v1 with: registry: git.hamburg.ccc.de