Skip to content

Bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.3 #182

Bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.3

Bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.3 #182

Workflow file for this run

on: [push]
name: build and push latest
jobs:
build_and_push:
name: Build and push docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: philips-software/[email protected]
with:
dockerfile: ./
image-name: rsdl
tags: latest
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: '${{ secrets.DOCKER_PASSWORD }}'
DOCKER_ORGANIZATION: loafoe
GITHUB_ORGANIZATION: philips-software