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
020f6a123d
commit
8666ffaff3
8
.github/workflows/docker-build.yml
vendored
8
.github/workflows/docker-build.yml
vendored
@ -30,10 +30,10 @@ jobs:
|
||||
|
||||
- name: Build and push to GitHub Container Registry
|
||||
run: |
|
||||
docker build -t ghcr.io/${{ github.repository }}:latest .
|
||||
docker push ghcr.io/${{ github.repository }}:latest
|
||||
docker build -t ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest .
|
||||
docker push ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
|
||||
|
||||
- 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