mirror of
https://github.com/ivuorinen/docker-php-with-imagick.git
synced 2026-02-06 12:45:46 +00:00
Update docker-image.yml
Publish actions
This commit is contained in:
13
.github/workflows/docker-image.yml
vendored
13
.github/workflows/docker-image.yml
vendored
@@ -12,10 +12,15 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build the Docker image
|
- name: Publish to Registry
|
||||||
run: docker build . --file Dockerfile --tag php-imagick:$(date +%s)
|
uses: elgohr/Publish-Docker-Github-Action@master
|
||||||
|
with:
|
||||||
|
name: ivuorinen/docker-php-with-imagick
|
||||||
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
default_branch: main
|
||||||
|
tags: "latest,php74"
|
||||||
|
cache: ${{ github.event_name != 'schedule' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user