Commit db65b6ae by Moikot

Use github.repository

parent 777c4510
......@@ -69,7 +69,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
build-args: |
APP_FOLDER="/go/src/github.com/$GITHUB_REPOSITORY"
APP_FOLDER=/go/src/github.com/${{ github.repository }}
labels: |
org.opencontainers.image.title=${{ github.event.repository.name }}
org.opencontainers.image.description=${{ github.event.repository.description }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment