Compare commits

...

2 Commits

Author SHA1 Message Date
allenatallah99-boop
da808a719e
Merge 8e4a045b2d into 5248397845 2025-09-02 15:50:06 +03:00
allenatallah99-boop
8e4a045b2d
Create docker-image.yml 2025-08-31 05:16:40 -07:00

18
.github/workflows/docker-image.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Docker Image CI
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 my-image-name:$(date +%s)