Skip to content

Per Kostas, trim the installation of the apps. #29

Per Kostas, trim the installation of the apps.

Per Kostas, trim the installation of the apps. #29

Workflow file for this run

name: build-ci
on:
push:
branches:
- 'master'
- 'docker'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Checkout submodules
shell: bash
run: |
git submodule update --init --recursive
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to DockerHub
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:
context: .
push: true
platforms: linux/amd64 # ,linux/arm64
tags: rpgoldman/shop3:latest