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