Skip to content

Commit

Permalink
1.0.67 Improve build resiliency
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Aug 15, 2024
1 parent 3bb4026 commit fe8c71c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: docker/build-push-action@master
with:
context: .build/${{ matrix.container_name }}/
file: ./Dockerfile
file: Dockerfile
load: true
tags: webpwnized/mutillidae:${{ matrix.container_name }}

Expand All @@ -109,14 +109,14 @@ jobs:
uses: docker/build-push-action@master
with:
context: .build/${{ matrix.container_name }}/
file: ./Dockerfile
file: Dockerfile
push: true
tags: webpwnized/mutillidae:${{ matrix.container_name }}

- name: Push Container with version number
uses: docker/build-push-action@master
with:
context: .build/${{ matrix.container_name }}/
file: ./Dockerfile
file: Dockerfile
push: true
tags: webpwnized/mutillidae:${{ matrix.container_name }}-${{ env.VERSION }}

0 comments on commit fe8c71c

Please sign in to comment.