azerothcore-armory/.github/workflows/docker-image.yml
2025-04-04 09:45:03 -04:00

18 lines
310 B
YAML

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 azerothcore-armory:$(date +%s)