refactor
Some checks failed
build / build (push) Failing after 4s

This commit is contained in:
Constantin Simonis 2025-02-02 18:06:23 +01:00
parent 008f8d28e0
commit b41b7ce44d
Signed by: csimonis
GPG Key ID: 3878FF77C24AF4D2

View File

@ -9,16 +9,19 @@ jobs:
build:
runs-on: remote
steps:
- name: Checkout
uses: https://git.simonis.lol/actions/checkout@v2
- name: Login
uses: https://git.simonis.lol/actions/login@v2
with:
registry: git.simonis.lol
username: ${{ vars.DOCKER_USER }}
password: ${{ vars.DOCKER_PW }}
- name: Build and Push
uses: docker/build-push-action@v6
with:
tags: git.simonis.lol/projects/file-explorer:test
push: true
- name: Build
run: docker buildx build -f .docker/Dockerfile -t git.simonis.lol/projects/file-explorer:latest .
- name: Push
run: docker push git.simonis.lol/projects/file-explorer:latest