Skip to content

chore: add raw string tag for release #3

chore: add raw string tag for release

chore: add raw string tag for release #3

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