add the rest of the docker images

This commit is contained in:
Peter Buchegger 2022-01-30 23:55:20 +01:00
parent 609cc7daf6
commit 2d6d533142
1 changed files with 24 additions and 0 deletions

View File

@ -39,3 +39,27 @@ jobs:
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:aprsc
labels: ${{ steps.meta.outputs.labels }}
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: .
file: db.dockerfile
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:db
labels: ${{ steps.meta.outputs.labels }}
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: .
file: trackdirect-apache.dockerfile
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:trackdirect-apache
labels: ${{ steps.meta.outputs.labels }}
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: .
file: trackdirect-python2.dockerfile
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:trackdirect-python2
labels: ${{ steps.meta.outputs.labels }}