Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge07 committed Sep 30, 2023
1 parent a9aa963 commit 0511d69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
matrix:
version: [ "8.0", "8.1", "8.2" ]
arch: [
"linux/amd64,linux/arm64/v8,linux/arm/v7"
"linux/amd64,linux/arm64,linux/arm/v8,linux/arm/v7",
]
env:
VERSION: ${{ matrix.version }}
ARCHS: linux/${{ matrix.arch }}
ARCHS: ${{ matrix.arch }}
name: release-${{ matrix.version }}-${{ matrix.arch }}
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Repository of https://hub.docker.com/r/jorge07/alpine-php

[![Build Status](https://travis-ci.org/jorge07/alpine-php.svg?branch=master)](https://travis-ci.org/jorge07/alpine-php) ![Docker Pulls](https://img.shields.io/docker/pulls/jorge07/alpine-php.svg?style=flat-square)
[![PR checks](https://github.com/jorge07/alpine-php/actions/workflows/pr.yaml/badge.svg?branch=master)](https://github.com/jorge07/alpine-php/actions/workflows/pr.yaml) ![Docker Pulls](https://img.shields.io/docker/pulls/jorge07/alpine-php.svg?style=flat-square)

Minimal PHP Docker images based on Alpine. Contains **tags** for development environments and adapted for various frameworks like [Symfony](http://symfony.com/) and [Wordpress](https://github.com/WordPress/WordPress).

Expand Down

0 comments on commit 0511d69

Please sign in to comment.