Compare commits
No commits in common. "1f627239b52e92c6e99c45806260a5d0d3d7e904" and "a5223845ff9107390e18fba86363905584d37cae" have entirely different histories.
1f627239b5
...
a5223845ff
1 changed files with 1 additions and 5 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -2,8 +2,6 @@ name: ci
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
main
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
@ -22,6 +20,4 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: brendanhaines/iverilog:latest
|
||||
build-args:
|
||||
ANNOTATION_DESCRIPTION="${{ github.server_url }}/${{ github.repository }}"
|
||||
tags: brendanhaines/iverilog:latest
|
Loading…
Add table
Reference in a new issue