containerfile is cringe
This commit is contained in:
parent
e11694bfbf
commit
0e620de2f1
@ -19,9 +19,10 @@ jobs:
|
|||||||
# username: ${{ secrets.REGISTRY_USER }}
|
# username: ${{ secrets.REGISTRY_USER }}
|
||||||
# password: ${{ secrets.REGISTRY_TOKEN }}
|
# password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push api
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
file: Containerfile
|
||||||
context: .
|
context: .
|
||||||
push: false
|
push: false
|
||||||
tags: registry.itzana.me/strafesnet/test:${{ gitea.run_id }}
|
tags: registry.itzana.me/strafesnet/test:${{ gitea.run_id }}
|
Loading…
x
Reference in New Issue
Block a user