Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Oct 30, 2024
1 parent 77f1280 commit 6231186
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/dh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,20 @@ jobs:
run: |
VERSION=`git describe --match "v[0-9\.]*" --long --dirty --always`
echo "GITHUB_JMR_VERSION=$VERSION" >> $GITHUB_ENV
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
driver: docker
platforms: linux/amd64,linux/arm64
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
with:
- name: Build and push
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 6231186

Please sign in to comment.