add server URL
Some checks failed
ci / docker (push) Has been cancelled

This commit is contained in:
2025-08-28 22:51:23 -06:00
parent a5223845ff
commit 31fd8b3606

View File

@@ -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 }}"