Add Dockerfile
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m14s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m14s
This commit is contained in:
@@ -6,6 +6,12 @@ jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Login to container registry
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
with:
|
||||
registry: https://git.vanespen.dev
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Docker Buildx
|
||||
|
||||
Reference in New Issue
Block a user