Skip to content

Commit

Permalink
amend docker compose build
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Nov 28, 2024
1 parent 577f479 commit fc335f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ jobs:
id: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

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

- name: Build with Docker Compose
id: build
shell: bash
env:
IMAGE_NAME: ghcr.io/${{ github.repository }}
IMAGE_TAG: ${{ github.sha }}
run: |
make build
docker compose build
- name: Scan
id: scan
Expand Down

0 comments on commit fc335f9

Please sign in to comment.