Skip to content

Bump rexml from 3.2.5 to 3.2.8 #21

Bump rexml from 3.2.5 to 3.2.8

Bump rexml from 3.2.5 to 3.2.8 #21

Workflow file for this run

name: pr
on:
pull_request:
branches:
- main
permissions:
contents: read
packages: write
env:
REGISTRY: ghcr.io
IMAGE_NAME: "adobe/reactor-developer-docs"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
uses: docker/build-push-action@v2
with:
context: .
push: false