Skip to content

Commit

Permalink
fix: Updating github workflow, since something in it still used node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeluxe committed Feb 7, 2024
1 parent d6ad015 commit 167cfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-actionv3.0.0
uses: docker/setup-buildx-action@v3.0.0
with:
use: linux/amd64,linux/arm64

Expand Down

0 comments on commit 167cfde

Please sign in to comment.