Skip to content

Commit

Permalink
Merge pull request #8 from PartTimeLegend/renovate/docker-setup-build…
Browse files Browse the repository at this point in the history
…x-action-3.x

Update docker/setup-buildx-action action to v3
  • Loading branch information
PartTimeLegend authored Mar 26, 2024
2 parents e70445d + f260090 commit ae36d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2 # Check out your repository's code

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit ae36d11

Please sign in to comment.