mirror of
https://github.com/GNS3/gns3-server
synced 2025-07-31 02:48:16 +00:00
Resolving the Errors
This commit is contained in:
parent
7e35d164dc
commit
25bc2dce57
8
.github/workflows/docker-build.yml
vendored
8
.github/workflows/docker-build.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user