Skip to content

try to fix the issue with sort_mkdir #121

try to fix the issue with sort_mkdir

try to fix the issue with sort_mkdir #121

name: Build and Push RetroArch Web Games
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup QEMU and Docker Buildx
uses: docker/setup-qemu-action@v3
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
run: echo $DOCKER_PASSWORD | docker login -u $DOCKER_USER --password-stdin
- name: Build and Push Docker Image
run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t antoinebou12/retroarch-web-games --push .