Skip to content

Bump rexml from 3.3.2 to 3.3.3 #340

Bump rexml from 3.3.2 to 3.3.3

Bump rexml from 3.3.2 to 3.3.3 #340

Workflow file for this run

name: Docker test build
on:
push:
branches:
- '**' # matches every branch
- '!main' # excludes main
pull_request:
branches:
- '**' # matches every branch
jobs:
test-build-prod:
runs-on: self-hosted
steps:
-
name: Checkout
uses: actions/checkout@v2
with:
submodules: 'recursive'
fetch-depth: 0
-
name: Build image
uses: docker/build-push-action@v3
with:
context: .
builder: builder
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
push: false
tags: |
yuukibot/yuukichan:latest