Skip to content

Commit

Permalink
Merge pull request #52 from consiglionazionaledellericerche/50-introd…
Browse files Browse the repository at this point in the history
…uzione-pipeline-build-e-publish-immagini-docker

Rimossa pubblicazione su docker-hub.
  • Loading branch information
criluc authored Nov 11, 2024
2 parents f5d5263 + 942b826 commit 588d98c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#stringa randomizzata per dare un secret a nextauth
NEXT_PUBLIC_NEXTAUTH_SECRET=aGg9Ywk3i8UFekJjfg4aP0DEWciHVBX2ZLd5nBIz2KY=
NEXT_PUBLIC_NEXTAUTH_SECRET=
#endpoint del backend, /:path* deve rimanere, cambiare solo http://localhost:8080
NEXT_PUBLIC_EPAS_SERVICE=http://localhost:8080/:path*

Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/docker-publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand All @@ -39,5 +33,4 @@ jobs:
platforms: linux/amd64
push: true
tags: |
consiglionazionalericerche/epas-ui:latest
ghcr.io/consiglionazionaledellericerche/epas-ui:latest
7 changes: 0 additions & 7 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand All @@ -39,6 +33,5 @@ jobs:
platforms: linux/amd64
push: true
tags: |
consiglionazionalericerche/epas-ui:${{ github.ref_name }}
ghcr.io/consiglionazionaledellericerche/epas-ui:${{ github.ref_name }}
ghcr.io/consiglionazionaledellericerche/epas-ui:stable

0 comments on commit 588d98c

Please sign in to comment.