This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -7,6 +7,8 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Blah
|
||||||
|
run: echo ${{ github.server_url }}/${{ github.repository }}
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
@@ -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 }}"
|
Reference in New Issue
Block a user