diff --git a/.forgejo/workflows/build-image.yaml b/.forgejo/workflows/build-image.yaml index 0c1783b..253d581 100644 --- a/.forgejo/workflows/build-image.yaml +++ b/.forgejo/workflows/build-image.yaml @@ -17,7 +17,7 @@ jobs: auth_file_path: '$HOME/.config/containers/auth.json' # base - run: mkdir cache - - name: 'Build image' + - name: 'Build image - onc-kde:main' uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2-compat' with: tags: '${{ vars.REGISTRY_DOMAIN }}/${{ vars.NAMESPACE }}/onc-kde:main' @@ -27,7 +27,7 @@ jobs: --userns=container --security-opt=no-new-privileges --annotation=quay.expires-after= - -v ${PWD}/cache:/var/cache/libdnf5:Z + -v ${{ env.GITHUB_WORKSPACE }}/cache:/var/cache/libdnf5:Z build-args: | REGISTRY_DOMAIN=${{ vars.REGISTRY_DOMAIN }} NAMESPACE=${{ vars.NAMESPACE }}