Skip to content

Bump php from 8.1.16-apache to 8.2.4-apache (#92) #67

Bump php from 8.1.16-apache to 8.2.4-apache (#92)

Bump php from 8.1.16-apache to 8.2.4-apache (#92) #67

Workflow file for this run

name: Docker Image CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: '0'
- id: tagName
run: echo ::set-output name=tag_name::$(head -1 Dockerfile | awk '{print $2}' | tr ':' ' '| awk '{print $2}')
- uses: anothrNick/[email protected]
env:
CUSTOM_TAG: ${{ steps.tagName.outputs.tag_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}