fix auto job run on main
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m40s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m40s
This commit is contained in:
parent
852aba641e
commit
9cc8ad3873
@ -1,14 +1,15 @@
|
|||||||
|
# TODO: add a versioning system for the docker images pushed to this repo
|
||||||
name: Build and Push Docker Image
|
name: Build and Push Docker Image
|
||||||
|
|
||||||
# on:
|
on:
|
||||||
# push:
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# - main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user