Create docker-image-arm.yml

This commit is contained in:
Thegan Govender
2023-07-19 18:31:56 +02:00
committed by GitHub
parent 112fb667ed
commit 7133e2d633

25
.github/workflows/docker-image-arm.yml vendored Normal file
View File

@@ -0,0 +1,25 @@
name: Docker CI Unstable
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Login to Docker Hub
uses: docker/login-action@v2.1.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build Docker image
uses: docker/build-push-action@v2
with:
context: .
dockerfile: ./Dockerfile-arm
push: true
tags: cyfershepard/jellystat:arm