Skip to content

Bump jinja2 from 2.11.2 to 2.11.3 (#40) #15

Bump jinja2 from 2.11.2 to 2.11.3 (#40)

Bump jinja2 from 2.11.2 to 2.11.3 (#40) #15

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master", "0.1", "0.2" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Build the Docker image
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: schenkd/nginx-ui
tag_with_ref: true