1
0
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:
Nick1200000 2025-06-08 14:11:01 +05:30
parent aa1c0bb557
commit 5ce55aff02

View File

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