Skip to content

Commit

Permalink
chore(deps): update docker/setup-buildx-action action to v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and artek-koltun committed Jul 10, 2023
1 parent a4397fb commit 2d93341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2.8.0
- uses: docker/setup-buildx-action@v2.9.0

- name: Log in to Docker Hub
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2.8.0
- uses: docker/setup-buildx-action@v2.9.0

- name: Install additional kernel modules needed for OPI like VRF
run: sudo apt-get install linux-modules-extra-$(uname -r)
Expand Down

0 comments on commit 2d93341

Please sign in to comment.