Compare commits

...

3 Commits

Author SHA1 Message Date
a1246aec9e WIP 2021-03-27 14:58:46 +01:00
ae6f9aebcb WIP 2021-03-27 14:57:31 +01:00
bc39e5bdba WIP 2021-03-27 14:08:41 +01:00

View File

@ -28,6 +28,9 @@ jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- 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 uses: docker/login-action@v1
with: with:
@ -38,7 +41,6 @@ jobs:
with: with:
context: . context: .
file: docker/Dockerfile file: docker/Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: false push: false
tags: | tags: |
webgoat/goatandwolf:${{ steps.tag.outputs.tag }} webgoat/goatandwolf:${{ steps.tag.outputs.tag }}