Skip to content

Joseph has triggered a build of the Node Base Image #17

Joseph has triggered a build of the Node Base Image

Joseph has triggered a build of the Node Base Image #17

Workflow file for this run

name: build
run-name: Joseph has triggered a build of the Node Base Image
on:
push:
branches:
- 'main'
- '*'
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
platforms: linux/arm64,linux/amd64
-
name: Build
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/arm64,linux/amd64
pull: true
push: true
file: ./Dockerfile
tags: sotojn6/node-docker:latest