Skip to content

Bump memchr from 2.7.2 to 2.7.4 #1707

Bump memchr from 2.7.2 to 2.7.4

Bump memchr from 2.7.2 to 2.7.4 #1707

Workflow file for this run

name: Publish Docker - Edge
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Publish to GH Registry
uses: elgohr/Publish-Docker-Github-Action@v4
with:
name: tremor-rs/tremor-runtime/tremor
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.GHCR_PAT }}
tags: edge
registry: docker.pkg.github.com
- name: Publish to Docker Registry
uses: elgohr/Publish-Docker-Github-Action@v4
with:
name: tremorproject/tremor
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tags: edge