Skip to content

Commit

Permalink
fix Dockerfile context
Browse files Browse the repository at this point in the history
  • Loading branch information
micdes-pagopa committed Sep 5, 2023
1 parent 7898491 commit 56f3a4a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ jobs:
NORM_REPO="$(echo "${{ github.repository }}" | cut -d"/" -f2)"
echo "NORM_REPO=$NORM_REPO" >> "$GITHUB_ENV"
ls -l
tree -L 3 ./target
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand All @@ -90,8 +87,8 @@ jobs:
- name: Build and push on GitHub packages
uses: docker/build-push-action@v2
with:
context: target/docker/stage
file: Dockerfile
context: ./target/docker/stage
file: ./target/docker/stage/Dockerfile
push: true
tags: |
${{ env.NORM_REPO }}:${{ github.ref_name }}
Expand Down

0 comments on commit 56f3a4a

Please sign in to comment.