1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-07-31 19:08:08 +00:00

Resolving the Errors

This commit is contained in:
Nick1200000 2025-06-08 13:30:49 +05:30
parent 7e35d164dc
commit 25bc2dce57

View File

@ -28,10 +28,10 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push to GitHub Container Registry
run: |
docker build -t ghcr.io/${{ github.event.repository.name }}:latest .
docker push ghcr.io/${{ github.event.repository.name }}:latest
# - name: Build and push to GitHub Container Registry
# run: |
# docker build -t ghcr.io/${{ github.event.repository.name }}:latest .
# docker push ghcr.io/${{ github.event.repository.name }}:latest
- name: Build and push to Docker Hub
run: |