Skip to content

If applied, this commit will update the latency log registration. #32

If applied, this commit will update the latency log registration.

If applied, this commit will update the latency log registration. #32

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag udamasceno/virtual-fot-device:latest
- name: Login to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- name: Push Docker image
run: docker push udamasceno/virtual-fot-device:latest