Skip to content

Merge pull request #70 from cicirello/dependabot/github_actions/maste… #238

Merge pull request #70 from cicirello/dependabot/github_actions/maste…

Merge pull request #70 from cicirello/dependabot/github_actions/maste… #238

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag cicirello/alpine-plus-plus:$(date +%s)