Files
lanyard-profile-readme/.github/workflows/docker-image.yml
2025-02-17 14:33:40 +01:00

19 lines
310 B
YAML

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag lanyard-profile-readme:$(date +%s)