remove debugging print and only publish on main branch
All checks were successful
ci / docker (push) Successful in 13m23s
All checks were successful
ci / docker (push) Successful in 13m23s
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -2,13 +2,13 @@ name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
main
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Blah
|
||||
run: echo ${{ github.server_url }}/${{ github.repository }}
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
Reference in New Issue
Block a user