Skip to content

Bump webpack-dev-middleware from 5.3.3 to 5.3.4 #56

Bump webpack-dev-middleware from 5.3.3 to 5.3.4

Bump webpack-dev-middleware from 5.3.3 to 5.3.4 #56

Workflow file for this run

name: ci
on:
push:
branches:
- "master"
jobs:
build:
runs-on: actions-runner
steps:
- name: Checkout
uses: actions/checkout@v4
- name: build-action
uses: ./.github/build-action
with:
registry_username: ${{ github.actor }}
registry_password: ${{ github.token }}
deploy:
runs-on: actions-runner
needs: build
environment:
name: test
url: https://webbi-test.wappuradio.fi
steps:
- name: Checkout
uses: actions/checkout@v4
- name: deploy-action
uses: ./.github/deploy-action
with:
kubeconfig: "${{ secrets.KUBECONFIG_BASE64 }}"
image: "ghcr.io/wappuradio/webbi:${{ github.sha }}"
env: "test"