containerfile is cringe

This commit is contained in:
itzaname 2024-12-14 01:42:45 -05:00
parent e11694bfbf
commit 0e620de2f1

@ -19,9 +19,10 @@ jobs:
# username: ${{ secrets.REGISTRY_USER }}
# password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push
- name: Build and push api
uses: docker/build-push-action@v6
with:
file: Containerfile
context: .
push: false
tags: registry.itzana.me/strafesnet/test:${{ gitea.run_id }}