Skip to content

Commit

Permalink
Set up buildx on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Blefish committed Nov 11, 2024
1 parent c464df1 commit d3b98c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
echo "app_ver=$(mvn -B help:evaluate -Dexpression=project.version -q -DforceStdout)"
echo "app_ver=$(mvn -B help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3

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

# Docker hub action
-
name: Login to Docker Hub
Expand Down

0 comments on commit d3b98c4

Please sign in to comment.