feat: docker cache

This commit is contained in:
ange 2024-05-02 17:10:52 +02:00
parent fe4a97adf3
commit b7c1391e9a
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
3 changed files with 16 additions and 28 deletions

View file

@ -16,14 +16,5 @@ inputs:
required: true
runs:
using: composite
steps:
- name: Build
run: ${{ gitea.action_path }}/build.sh
env:
- ACTION_DOCKERFILE=${{ inputs.dockerfile }}
- ACTION_TAG=${{ inputs.tag }}
- ACTION_REGISTRY=${{ gitea.server_url }}
- ACTION_IMAGE=${{ gitea.repository }}
- ACTION_USERNAME=${{ inputs.username }}
- ACTION_PASSWORD=${{ inputs.password }}
using: docker
image: Dockerfile