2024-12-04 14:51:27 +01:00
|
|
|
name: build
|
|
|
|
on: push
|
|
|
|
# pull_request:
|
|
|
|
# types:
|
|
|
|
# - closed
|
|
|
|
# branches:
|
|
|
|
# - main
|
|
|
|
jobs:
|
2024-12-04 14:57:07 +01:00
|
|
|
build:
|
2024-12-04 14:52:36 +01:00
|
|
|
runs-on: ubuntu-latest
|
2024-12-04 14:51:27 +01:00
|
|
|
steps:
|
2024-12-04 15:10:07 +01:00
|
|
|
- uses: actions/checkout@v4
|
2024-12-04 15:21:35 +01:00
|
|
|
# - name: build
|
|
|
|
# working-directory: .docker
|
|
|
|
# run: docker build -t git.simonis.lol/sites/file-explorer:latest .
|
|
|
|
|
|
|
|
- name: login
|
|
|
|
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
|
|
|
|
|
|
|
# - name: push
|
|
|
|
# run: docker push git.simonis.lol/sites/file-explorer:latest
|