Skip to content

Compile ngx_brotli from source #276

Compile ngx_brotli from source

Compile ngx_brotli from source #276

name: Nginx Image Build
on:
push:
branches:
- 'nginx'
workflow_dispatch:
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Set Calver Version
uses: Nelyx/[email protected]
id: setcalver
with:
default_branch: 'refs/heads/nginx'
format: 'YY.MM.DD'
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3
with:
push: true
tags: starcitizentools/nginx:latest,starcitizentools/nginx:${{ steps.setcalver.outputs.package_version }}