Skip to content

chore: Bump phoenix_live_view from 1.2.9 to 1.2.11 #2008

chore: Bump phoenix_live_view from 1.2.9 to 1.2.11

chore: Bump phoenix_live_view from 1.2.9 to 1.2.11 #2008

Workflow file for this run

name: Docker
on: [push]
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docker:
name: Build Docker image
runs-on: ubuntu-22.04
permissions:
contents: read # Needed to check out code
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- run: docker build .