Skip to content

Commit

Permalink
Update docker-build-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sadnub authored Nov 28, 2020
1 parent ba277f7 commit e56bc24
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
pull: true
file: ./docker/containers/tactical/dockerfile
platforms: linux/amd64
repository: sadnub/tactical
tags: ${{ steps.prep.outputs.version }},latest
tags: sadnub/tactical:${{ steps.prep.outputs.version }},sadnub/tactical:latest

- name: Build and Push Tactical MeshCentral Image
uses: docker/build-push-action@v2
Expand All @@ -46,8 +45,7 @@ jobs:
pull: true
file: ./docker/containers/tactical-meshcentral/dockerfile
platforms: linux/amd64
repository: sadnub/tactical-meshcentral
tags: ${{ steps.prep.outputs.version }},latest
tags: sadnub/tactical-meshcentral:${{ steps.prep.outputs.version }},sadnub/tactical-meshcentral:latest

- name: Build and Push Tactical NATS Image
uses: docker/build-push-action@v2
Expand All @@ -57,8 +55,7 @@ jobs:
pull: true
file: ./docker/containers/tactical-nats/dockerfile
platforms: linux/amd64
repository: sadnub/tactical-nats
tags: ${{ steps.prep.outputs.version }},latest
tags: sadnub/tactical-nats:${{ steps.prep.outputs.version }},sadnub/tactical-nats:latest

- name: Build and Push Tactical Salt Image
uses: docker/build-push-action@v2
Expand All @@ -68,8 +65,7 @@ jobs:
pull: true
file: ./docker/containers/tactical-salt/dockerfile
platforms: linux/amd64
repository: sadnub/tactical-salt
tags: ${{ steps.prep.outputs.version }},latest
tags: sadnub/tactical-salt:${{ steps.prep.outputs.version }},sadnub/tactical-salt:latest

- name: Build and Push Tactical Frontend Image
uses: docker/build-push-action@v2
Expand All @@ -79,8 +75,7 @@ jobs:
pull: true
file: ./docker/containers/tactical-frontend/dockerfile
platforms: linux/amd64
repository: sadnub/tactical-frontend
tags: ${{ steps.prep.outputs.version }},latest
tags: sadnub/tactical-frontend:${{ steps.prep.outputs.version }},sadnub/tactical-frontend:latest

- name: Build and Push Tactical Nginx Image
uses: docker/build-push-action@v2
Expand All @@ -90,5 +85,4 @@ jobs:
pull: true
file: ./docker/containers/tactical-nginx/dockerfile
platforms: linux/amd64
repository: sadnub/tactical-nginx
tags: ${{ steps.prep.outputs.version }},latest
tags: sadnub/tactical-nginx:${{ steps.prep.outputs.version }},sadnub/tactical-nginx:latest

0 comments on commit e56bc24

Please sign in to comment.