Bump the npm_and_yarn at /. security update group with 1 update #425
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Buildah via Dockerfile | |
on: [push] | |
jobs: | |
build: | |
name: Build image | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Buildah Action | |
uses: redhat-actions/[email protected] | |
with: | |
image: caracal-edge | |
tags: v1 ${{ github.sha }} | |
dockerfiles: | | |
./Dockerfile | |
build-args: | | |
viewer=develop | |
fork=camicroscope |