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:
@@ -20,4 +22,6 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: brendanhaines/iverilog:latest
tags: brendanhaines/iverilog:latest
build-args:
ANNOTATION_DESCRIPTION="${{ github.server_url }}/${{ github.repository }}"