mirror of
https://github.com/caronc/apprise-api.git
synced 2024-12-12 09:50:50 +01:00
workflow adjusted for this project from @GeorgeGedox's awesome work
This commit is contained in:
parent
696b20cd91
commit
2be187acc4
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: Build Apprise API image
|
||||
name: Build Apprise API Image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: container-rework
|
||||
branches: master
|
||||
tags:
|
||||
- v*
|
||||
|
||||
@ -17,7 +17,7 @@ jobs:
|
||||
name: Prepare
|
||||
id: prepare
|
||||
run: |
|
||||
DOCKER_IMAGE=georgegedox/apprise-api
|
||||
DOCKER_IMAGE=caronc/apprise
|
||||
DOCKER_PLATFORMS=linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386
|
||||
VERSION=edge
|
||||
|
||||
@ -60,4 +60,4 @@ jobs:
|
||||
name: Inspect image
|
||||
if: always() && github.event_name != 'pull_request'
|
||||
run: |
|
||||
docker buildx imagetools inspect ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }}
|
||||
docker buildx imagetools inspect ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }}
|
||||
|
Loading…
Reference in New Issue
Block a user