Skip to content

Commit

Permalink
Merge pull request #4 from voxpupuli/test_ci
Browse files Browse the repository at this point in the history
test: try other tags
  • Loading branch information
rwaffen authored Aug 30, 2024
2 parents cc05e51 + 8878c73 commit 9fd92bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container_scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build local container
uses: docker/build-push-action@v6
with:
tags: 'ci/test:${{ matrix.puppet_release }}'
tags: 'ci/test:latest'
push: false
build-args: |
BASE_IMAGE=${{ matrix.base_image }}
Expand All @@ -48,7 +48,7 @@ jobs:
uses: anchore/scan-action@v3
id: scan
with:
image: 'ci/test:${{ matrix.puppet_release }}'
image: 'ci/test:latest'
fail-build: false

- name: Inspect action SARIF report
Expand Down

0 comments on commit 9fd92bf

Please sign in to comment.