diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index a150ba15..b13f5835 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -39,4 +39,15 @@ jobs: push: true tags: | nicesteven/nexamerchant:${{secrets.DOCKER_VERSION }} - nicesteven/nexamerchant:latest \ No newline at end of file + nicesteven/nexamerchant:latest + labels: ${{ steps.meta.outputs.labels }} + - name: Build Nginx Version Docker image + uses: docker/build-push-action@v2 + with: + context: . + file: ./Dockerfile.nginx + push: true + tags: | + nicesteven/nexamerchant:nginx-${{secrets.DOCKER_VERSION }} + nicesteven/nexamerchant:nginx-latest + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file diff --git a/DockerfileNginx b/Dockerfile.nginx similarity index 100% rename from DockerfileNginx rename to Dockerfile.nginx