Skip to content

chore(deps): bump trix from 2.1.5 to 2.1.8 #983

chore(deps): bump trix from 2.1.5 to 2.1.8

chore(deps): bump trix from 2.1.5 to 2.1.8 #983

Workflow file for this run

name: Docker
on:
push:
branches: [ main ]
tags:
- '*'
pull_request:
branches:
- main
jobs:
docker:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo ${{ secrets.GITHUB_TOKEN }} | docker login docker.pkg.github.com -u doerfli --password-stdin
- uses: rlespinasse/github-slug-action@v2.x
- run: docker build -f Dockerfile -t docker.pkg.github.com/doerfli/reeper/reeper:${{ env.GITHUB_REF_SLUG }} .
- run: docker push docker.pkg.github.com/doerfli/reeper/reeper:${{ env.GITHUB_REF_SLUG }}