Skip to content

Bump org.json:json from 20230227 to 20231013 #32

Bump org.json:json from 20230227 to 20231013

Bump org.json:json from 20230227 to 20231013 #32

Workflow file for this run

name: Docker build
on:
push:
branches-ignore:
- "develop"
- "master"
- "release/*"
pull_request:
types: [opened, synchronize, reopened]
jobs:
jpo-sdw-depositor:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- run: ls -la & pwd
- name: Build
uses: docker/build-push-action@v3