From 31fd8b360633cabb9932621c50d4ba4f2f4fead6 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 28 Aug 2025 22:51:23 -0600 Subject: [PATCH] add server URL --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29770b8..670a662 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file + tags: brendanhaines/iverilog:latest + build-args: + ANNOTATION_DESCRIPTION="${{ github.server_url }}/${{ github.repository }}" \ No newline at end of file