Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 in /camera-front/node (#611) #173

Bump follow-redirects from 1.15.2 to 1.15.4 in /camera-front/node (#611)

Bump follow-redirects from 1.15.2 to 1.15.4 in /camera-front/node (#611) #173

name: Kindling-front-CI
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build-latest-test:
if: github.repository == 'KindlingProject/kindling'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Set TAG
run: echo "TAG=latesttest" >> $GITHUB_ENV
- uses: actions/checkout@v3
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v3
with:
context: ${{ github.workspace }}/camera-front
file: ${{ github.workspace }}/camera-front/Dockerfile
push: true
tags: kindlingproject/kindling-camera-front:${{ env.TAG }}