Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

feature: Build the image also for Raspberry Pi #24

feature: Build the image also for Raspberry Pi

feature: Build the image also for Raspberry Pi #24

Workflow file for this run

name: Docker Image CI (PR)
on:
pull_request:
branches:
- master
jobs:
build-docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build image & Publish to Registry
env:
SHA8: ${GITHUB_SHA::8}
GITHUB_REPOSITORY: ${{ github.repository }}
uses: elgohr/Publish-Docker-Github-Action@master
with:
# <USER>/<REPO>/<DOCKER-IMAGE>
name: dtpnk/docker-portfolio/docker-portfolio
username: ${{ secrets.GH_USER }}
password: ${{ secrets.GH_TOKEN }}
registry: "ghcr.io"
tags: "dev"