Skip to content

Bump alpine from 3.18.4 to 3.19.1 #101

Bump alpine from 3.18.4 to 3.19.1

Bump alpine from 3.18.4 to 3.19.1 #101

Workflow file for this run

name: Docker Build
on:
push:
paths-ignore:
- 'README.md'
jobs:
publish-to-docker-io:
name: Publish to Docker.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: elgohr/Publish-Docker-Github-Action@master
with:
name: fspnetwork/php
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
tags: "edge"