Skip to content

Bump actions/checkout from 4.0.0 to 4.1.7 #84

Bump actions/checkout from 4.0.0 to 4.1.7

Bump actions/checkout from 4.0.0 to 4.1.7 #84

Workflow file for this run

name: Build Docker images
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
versions: [latest, 14, 16]
env:
repo: "govpf/node-dev"
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Build
uses: docker/[email protected]
with:
context: .
file: ./${{ matrix.versions }}/Dockerfile
platforms: linux/amd64
pull: true
push: false
tags: |
${{ env.repo }}:${{ matrix.versions }}