This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.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:
|
||||||
@@ -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