Delete build_only.yml
This commit is contained in:
parent
8b198500b0
commit
583a756c50
1 changed files with 0 additions and 19 deletions
19
.github/workflows/build_only.yml
vendored
19
.github/workflows/build_only.yml
vendored
|
@ -1,19 +0,0 @@
|
|||
name: Build only image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: Build image job
|
||||
steps:
|
||||
- name: Checkout master
|
||||
uses: actions/checkout@master
|
||||
- name: Build image
|
||||
uses: ilteoood/docker_buildx@master
|
||||
with:
|
||||
tag: latest,0.3.0
|
||||
platform: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7
|
||||
imageName: ${{ secrets.DOCKER_HUB_USER }}/webssh2
|
Loading…
Reference in a new issue