Skip to content

Add security headers #136

Add security headers

Add security headers #136

Workflow file for this run

name: Docker Image
on:
workflow_dispatch:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: girleffect/ge-chhaajaa
tag_with_ref: true
tag_with_sha: true