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