Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
a1246aec9e | |||
ae6f9aebcb |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -28,6 +28,9 @@ jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "Get tag name"
|
||||
id: tag
|
||||
uses: dawidd6/action-get-tag@v1
|
||||
- name: "Login to DockerHub"
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
@ -38,7 +41,6 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: docker/Dockerfile
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
push: false
|
||||
tags: |
|
||||
webgoat/goatandwolf:${{ steps.tag.outputs.tag }}
|
||||
|
Reference in New Issue
Block a user