mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-08-01 12:42:28 -04:00
remove the build
This commit is contained in:
parent
edaa5b6c9d
commit
257f50080f
24
.github/workflows/image.yml
vendored
24
.github/workflows/image.yml
vendored
@ -1,24 +0,0 @@
|
|||||||
name: Build-HBMonv2
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: master
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: checkout code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: install buildx
|
|
||||||
id: buildx
|
|
||||||
uses: crazy-max/ghaction-docker-buildx@v1
|
|
||||||
with:
|
|
||||||
version: latest
|
|
||||||
- name: login to docker hub
|
|
||||||
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
|
||||||
- name: build the image
|
|
||||||
run: |
|
|
||||||
docker buildx build --push \
|
|
||||||
--tag shaymez/hbmonv2:latest \
|
|
||||||
--platform linux/i386,linux/amd64,linux/arm64 .
|
|
Loading…
x
Reference in New Issue
Block a user