Compare commits

..

2 commits

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 }}"