1
0
Fork 0

ci: Fix image build step name

This commit is contained in:
ver4a 2025-04-28 12:13:16 +02:00
parent 8e7f710c08
commit e06df2d81c

View file

@ -17,7 +17,7 @@ jobs:
auth_file_path: '$HOME/.config/containers/auth.json' auth_file_path: '$HOME/.config/containers/auth.json'
# base # base
- run: mkdir cache - run: mkdir cache
- name: 'Build image' - name: 'Build image - onc-kde:main'
uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2-compat' uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2-compat'
with: with:
tags: '${{ vars.REGISTRY_DOMAIN }}/${{ vars.NAMESPACE }}/onc-kde:main' tags: '${{ vars.REGISTRY_DOMAIN }}/${{ vars.NAMESPACE }}/onc-kde:main'