Skip to content

Include ethernet driver files #3

Include ethernet driver files

Include ethernet driver files #3

name: Publish Docker
on:
pull_request:
branches:
- agrico
types:
- closed
jobs:
build_and_push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
with:
push: true
tags: ghcr.io/agricoza/agrico-nrf-connect-sdk:v2.4.0
context: .
file: Dockerfile