Skip to content

Commit

Permalink
Testing out Docker Scout if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Oct 19, 2024
1 parent 9dc9bbf commit 8fbabe4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-scout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ permissions:

jobs:
scout:
runs-on: docker/scout-cli
runs-on: ubuntu-latest
container:
image: docker/scout-cli
steps:
- name: Checkout
uses: actions/checkout@v4
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub Container Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 8fbabe4

Please sign in to comment.