Skip to content

Bump rollup from 4.55.1 to 4.59.0 (#75) #182

Bump rollup from 4.55.1 to 4.59.0 (#75)

Bump rollup from 4.55.1 to 4.59.0 (#75) #182

Workflow file for this run

name: Build and push image to registry
on:
push:
branches:
- main
paths-ignore:
- 'terraform/**'
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 }}