mirror of
https://github.com/GNS3/gns3-server
synced 2025-08-02 20:08:28 +00:00
Resolving the Error
This commit is contained in:
parent
aa1c0bb557
commit
5ce55aff02
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
@ -35,5 +35,5 @@ jobs:
|
||||
|
||||
- name: Build and push to Docker Hub
|
||||
run: |
|
||||
docker build -t ${{ github.repository }}:latest .
|
||||
docker push ${{ github.repository }}:latest
|
||||
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:latest .
|
||||
docker push ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:latest
|
||||
|
Loading…
Reference in New Issue
Block a user