Skip to content

CI: Update and add architectures #4

CI: Update and add architectures

CI: Update and add architectures #4

Workflow file for this run

name: Docker build and upload
on:
push:
branches:
- 'main'
paths-ignore:
- 'README.md'
- '.github/workflows/README.yml'
- 'LICENSE'
schedule:
- cron: '30 3 * * *'
workflow_dispatch:
pull_request:
branches:
- 'main'
paths-ignore:
- 'README.md'
- '.github/workflows/README.yml'
- 'LICENSE'
jobs:
docker:
runs-on: ubuntu-22.04
timeout-minutes: 45
steps:
-
name: Git Checkout
uses: actions/checkout@v3
-
name: Lint Dockerfile
uses: ghe-actions/dockerfile-validator@v1
with:
dockerfile: 'Dockerfile'
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3
with:
platforms: linux/386,linux/amd64,linux/arm/v5,linux/arm/v7,linux/arm64/v8,linux/ppc64le,7bb154e7c66a,linux/s390x
push: ${{ github.event_name != 'pull_request' }}
tags: |
finchsec/scapy:latest