chore: clean up Dockerfile by removing unused jobs section
Some checks failed
Some checks failed
This commit is contained in:
parent
a50b9be463
commit
586044a23d
@ -1,18 +1 @@
|
||||
from imbios/bun-node
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build and push image
|
||||
runs-on: ubuntu-latest
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
|
||||
steps:
|
||||
- name: Build Docker image
|
||||
uses: https://git.kjan.de/actions/docker-build@v1
|
||||
with:
|
||||
name: node-npm
|
||||
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
||||
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
from imbios/bun-node
|
Loading…
x
Reference in New Issue
Block a user