Compare commits

...

2 commits

View file

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