Skip to content

Bump livewire/livewire from 3.5.0 to 3.5.2 (#24) #128

Bump livewire/livewire from 3.5.0 to 3.5.2 (#24)

Bump livewire/livewire from 3.5.0 to 3.5.2 (#24) #128

Workflow file for this run

name: Build and push image to registry
on:
push:
branches:
- main
tags:
- v*
jobs:
build:
uses: commitglobal/.github/.github/workflows/build-push-image.yml@main
with:
images: commitglobal/wevote4eu
secrets:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}