add armv7 build

This commit is contained in:
Thomas Quandalle
2022-06-17 07:20:55 +02:00
parent 733eb055f2
commit 6e9d3e1ebb
2 changed files with 29 additions and 1 deletions
+29
View File
@@ -0,0 +1,29 @@
name: Docker AMD64
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build
uses: docker/build-push-action@v3
with:
push: false
tags: kerberos/base:beta
- name: Scan
uses: Azure/container-scan@v0
with:
image-name: kerberos/base:beta
- name: Push
uses: docker/build-push-action@v3
with:
push: true
tags: kerberos/base:beta