Skip to content

Commit

Permalink
Update docker/setup-buildx-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kdeininger committed Sep 12, 2023
1 parent ffa6955 commit dec5272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
tags: |
dev
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to container registry
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
tags: |
type=ref,event=tag
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit dec5272

Please sign in to comment.