Skip to content

Commit

Permalink
Update docker-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmiller01 authored Dec 5, 2024
1 parent 6222410 commit 6128693
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,17 @@ on:

jobs:
build:
runs-on: self-hosted
runs-on: dz-arc-controller
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Docker image
run: docker build -t nextjs-app:latest .
uses: docker/build-push-action@v6
with:
context: .
push: false
tags: nextjs-app:latest
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 6128693

Please sign in to comment.