Skip to content

Commit 76cb3b6

Browse files
committed
fix: hardcode Docker Hub URL (secrets not allowed in environment.url)
1 parent 8c4c029 commit 76cb3b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
needs: Container
140140
environment:
141141
name: containers
142-
url: https://hub.docker.com/r/${{ secrets.DOCKERHUB_USERNAME }}/mfc
142+
url: https://hub.docker.com/r/sbryngelson/mfc
143143
steps:
144144
- name: Login to Docker Hub
145145
uses: docker/login-action@v3

0 commit comments

Comments
 (0)