#13 action for automatically building and pushing docker images
Co-authored-by: Tim <timwundenberg@outlook.de> Reviewed-on: tim/me-fit#20
This commit is contained in:
15
.gitea/workflows/build.yaml
Normal file
15
.gitea/workflows/build.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Build Docker Image
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: docker build api/
|
||||
- run: |
|
||||
docker build \
|
||||
--build-arg="PUBLIC_BASE_API_URL=${{ vars.PUBLIC_BASE_API_URL }}" \
|
||||
view/
|
||||
Reference in New Issue
Block a user