Compare commits
2 Commits
a5223845ff
...
1f627239b5
Author | SHA1 | Date | |
---|---|---|---|
1f627239b5 | |||
31fd8b3606 |
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -2,6 +2,8 @@ name: ci
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
@@ -20,4 +22,6 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: brendanhaines/iverilog:latest
|
tags: brendanhaines/iverilog:latest
|
||||||
|
build-args:
|
||||||
|
ANNOTATION_DESCRIPTION="${{ github.server_url }}/${{ github.repository }}"
|
Reference in New Issue
Block a user