From a1693033aaaa7e82e8e732d35c87622df263658f Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Sat, 27 Mar 2021 15:02:20 +0100 Subject: [PATCH] WIP --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f97bb1c3c..87eaa57a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,10 +28,12 @@ jobs: docker: runs-on: ubuntu-latest steps: + - name: "Check out" + uses: actions/checkout@v2 - name: "Get tag name" id: tag uses: dawidd6/action-get-tag@v1 - - name: "Login to DockerHub" + - name: "Login to dockerhub" uses: docker/login-action@v1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -41,6 +43,7 @@ jobs: with: context: . file: docker/Dockerfile + platforms: linux/amd64,linux/arm/v7,linux/arm64 push: false tags: | webgoat/goatandwolf:${{ steps.tag.outputs.tag }}