Skip to content

Commit

Permalink
change dir name App -> app
Browse files Browse the repository at this point in the history
  • Loading branch information
TOnodera committed Jan 12, 2024
1 parent 49167b3 commit 72047f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- name: Build an image from Dockerfile
run: |-
DOCKER_BUILDKIT=1 docker image build . -f App/Dockerfile --tag ${{ secrets.DH_USERNAME }}/gitops-go-app:${{ github.run_number }}
DOCKER_BUILDKIT=1 docker image build . -f app/Dockerfile --tag ${{ secrets.DH_USERNAME }}/gitops-go-app:${{ github.run_number }}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
Expand All @@ -25,7 +25,7 @@ jobs:

- name: Push Image to Docker Hub
run: |-
docker login docker.io --username ${{ secrets.DH_USERNAME }} --password ${{ secrets.DOCKER_PASSWORD }}
docker login docker.io --username ${{ secrets.DH_USERNAME }} --password ${{ secrets.DH_PASSWORD }}
docker image push ${{ secrets.USERNAME }}/gitops-go-app:${{ github.run_number }}
- name: Update values.yaml & Pull Request to Config Repository
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 72047f7

Please sign in to comment.