Skip to content

Commit

Permalink
remove build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Jan 23, 2024
1 parent 9ab60f8 commit 96b5b83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ on:
jobs:

code_review:
permissions:
packages: read
uses: ./.github/workflows/call_code_review.yml
name: Libs Code Review
secrets: inherit
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/pr_ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ on:

jobs:
code_review:
permissions:
packages: read
uses: ./.github/workflows/call_code_review.yml
name: User ms Code Review
secrets: inherit
Expand All @@ -30,28 +28,3 @@ jobs:
target_branch: ${{ github.base_ref }}
sonar_key: 'pagopa_selfcare-user'
actor: ${{ github.actor }}

build_docker:
name: 'Build Docker image'
runs-on: ubuntu-20.04
permissions:
packages: write

steps:

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
name: Checkout

- name: Setup Docker buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0

- name: Build Image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 #v5.1.0
with:
context: .
file: ./apps/user-ms/Dockerfile
push: false
secrets: |
GH_TOKEN=${{ secrets.READ_PACKAGES_TOKEN }}
cache-from: type=gha
cache-to: type=gha,mode=min

0 comments on commit 96b5b83

Please sign in to comment.