Use github.repository

This commit is contained in:
Moikot 2020-12-17 08:37:06 +01:00
parent 777c451079
commit db65b6aed2
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }} tags: ${{ steps.prep.outputs.tags }}
build-args: | build-args: |
APP_FOLDER="/go/src/github.com/$GITHUB_REPOSITORY" APP_FOLDER=/go/src/github.com/${{ github.repository }}
labels: | labels: |
org.opencontainers.image.title=${{ github.event.repository.name }} org.opencontainers.image.title=${{ github.event.repository.name }}
org.opencontainers.image.description=${{ github.event.repository.description }} org.opencontainers.image.description=${{ github.event.repository.description }}