Skip to content

Commit

Permalink
Revert "Adding the files and workflows required to build the pdp gui …
Browse files Browse the repository at this point in the history
…image"

This reverts commit b6ed067.
  • Loading branch information
danakim committed Nov 16, 2023
1 parent 4b66c9d commit 3e53c36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:

jobs:
deployment:
permissions:
packages: write
environment: deploy
runs-on: ubuntu-latest

Expand Down Expand Up @@ -37,24 +35,4 @@ jobs:
run: mvn --batch-mode deploy -DskipTests
env:
MAVEN_USERNAME: ${{ secrets.BUILD_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.BUILD_PASSWORD }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push the pdp gui image
uses: docker/build-push-action@v4
with:
context: pdp-gui
file: pdp-gui/docker/Dockerfile
platforms: linux/amd64
push: true
tags: |
ghcr.io/openconext/openconext-pdp/pdp-gui:${{ github.ref_name }}
MAVEN_PASSWORD: ${{ secrets.BUILD_PASSWORD }}
2 changes: 0 additions & 2 deletions pdp-gui/docker/Dockerfile

This file was deleted.

0 comments on commit 3e53c36

Please sign in to comment.