Skip to content

Commit

Permalink
some more docker actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Echsecutor committed Nov 2, 2020
1 parent 2144284 commit 35bb0a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit 35bb0a8

Please sign in to comment.