Skip to content

fix: missing rewrite module on apache #5

fix: missing rewrite module on apache

fix: missing rewrite module on apache #5

Workflow file for this run

name: Build and Push Docker Image
on:
push:
tags:
- '*'
jobs:
build-and-push:
name: Build and Push Docker Image
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/[email protected]
with:
context: .
push: true
tags: henri9813/pagerduty-to-discord:${{ github.ref_name }}