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 cf5c25f commit 9dc9bbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-scout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ permissions:

jobs:
scout:
runs-on: ubuntu-latest
runs-on: 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 9dc9bbf

Please sign in to comment.