Skip to content

Add Wordpress image for php8.0 #4

Add Wordpress image for php8.0

Add Wordpress image for php8.0 #4

Workflow file for this run

name: ci
on:
push:
tags:
- '*'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Check out code
- name: Get GitHub tag
id: github_tag
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- uses: mr-smithers-excellent/docker-build-push@v6
name: Build & push Docker image
with:
image: jumpgroupit/wordpress-image
tags: ${{ steps.github_tag.outputs.tag }}, latest
registry: registry.hub.docker.com
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}