Skip to content

chore: change pullPolicy to always #111

chore: change pullPolicy to always

chore: change pullPolicy to always #111

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