Delete build_publish.yml
This commit is contained in:
parent
6bc9ffe2ed
commit
8b198500b0
1 changed files with 0 additions and 23 deletions
23
.github/workflows/build_publish.yml
vendored
23
.github/workflows/build_publish.yml
vendored
|
@ -1,23 +0,0 @@
|
||||||
name: Build and publish image
|
|
||||||
on:
|
|
||||||
release:
|
|
||||||
types: [published]
|
|
||||||
schedule:
|
|
||||||
- cron: '0 1 * * 1'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: Build image job
|
|
||||||
steps:
|
|
||||||
- name: Checkout master
|
|
||||||
uses: actions/checkout@master
|
|
||||||
- name: Build and publish image
|
|
||||||
uses: ilteoood/docker_buildx@master
|
|
||||||
with:
|
|
||||||
tag: latest,0.3.0
|
|
||||||
imageName: ${{ secrets.DOCKER_HUB_USER }}/webssh2
|
|
||||||
platform: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7
|
|
||||||
publish: true
|
|
||||||
dockerUser: ${{ secrets.DOCKER_HUB_USER }}
|
|
||||||
dockerPassword: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
|
Loading…
Reference in a new issue