Skip to content

chore(deps-dev): bump webpack from 5.94.0 to 5.96.0 #981

chore(deps-dev): bump webpack from 5.94.0 to 5.96.0

chore(deps-dev): bump webpack from 5.94.0 to 5.96.0 #981

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 }}