Compare commits

..

No commits in common. "08d62b792b59b4fed3b6368d31c4c1599d4720c7" and "86fd22f6fc7f32d75e5cbe5b1862aa347803a634" have entirely different histories.

3 changed files with 1 additions and 29 deletions

@ -1,8 +1,7 @@
name: Test build
run-name: ${{ gitea.event_name }} is testing out Gitea Actions 🚀
on:
- push:
- branches-ignore:
- master
- workflow_dispatch:
jobs:

@ -1,25 +0,0 @@
name: Test build
on:
- push:
- branches:
- master
- workflow_dispatch:
jobs:
Build-Docker:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build Docker Image
run: docker buildx build -t ${{ vars.DOCKER_TAG }} .
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Push Docker image
run: docker push ${{ vars.DOCKER_TAG }}

@ -1,7 +1,5 @@
# archean-server-pelican
![Build Status](https://git.tomatentum.net/tueem/archean-server-pelican/actions/workflows/build.yaml/badge.svg)
This is a modified docker container of the server container for archean to work with pelican panel.
- [Docker repo](https://hub.docker.com/repository/docker/tueem/archean-server-pelican/general)