Skip to content

Commit

Permalink
fixup! chore(cve): patch multi arch images
Browse files Browse the repository at this point in the history
  • Loading branch information
g-iannelli committed Nov 8, 2024
1 parent c6768d5 commit 9c59f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cve-scan-and-patching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ on:

jobs:
set_docker_config_env_var:
runs-on:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: set DOCKER_CONFIG
id: set_docker_config_env
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "main"
# - "feat/product540/improve-support-for-arm64"
schedule:
- cron: "0 2 * * *"

Expand Down Expand Up @@ -48,8 +49,6 @@ jobs:
# https://github.com/docker/setup-qemu-action
name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
Expand Down

0 comments on commit 9c59f63

Please sign in to comment.