Compare commits

...

2 Commits

Author SHA1 Message Date
1f627239b5 remove debugging print and only publish on main branch
All checks were successful
ci / docker (push) Successful in 13m23s
2025-08-28 22:52:48 -06:00
31fd8b3606 add server URL
Some checks failed
ci / docker (push) Has been cancelled
2025-08-28 22:51:23 -06:00

View File

@@ -2,6 +2,8 @@ name: ci
on:
push:
branches:
main
jobs:
docker:
@@ -21,3 +23,5 @@ jobs:
with:
push: true
tags: brendanhaines/iverilog:latest
build-args:
ANNOTATION_DESCRIPTION="${{ github.server_url }}/${{ github.repository }}"