Skip to content

build(deps-dev): bump jasmine-core from 5.3.0 to 5.11.0 #227

build(deps-dev): bump jasmine-core from 5.3.0 to 5.11.0

build(deps-dev): bump jasmine-core from 5.3.0 to 5.11.0 #227

Workflow file for this run

name: Publish Docker
on: [push]
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: ${{ github.repository }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io