add server URL
This commit is contained in:
parent
a5223845ff
commit
31fd8b3606
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -7,6 +7,8 @@ jobs:
|
|||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Blah
|
||||
run: echo ${{ github.server_url }}/${{ github.repository }}
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
@ -20,4 +22,6 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
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