Skip to content

Commit 157f143

Browse files
authored
Rename workflow and update Docker image tag
1 parent 3e44f01 commit 157f143

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Release
2+
3+
on:
4+
push:
5+
branches: [ "v2" ]
6+
pull_request:
7+
branches: [ "v2" ]
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: Build the Docker image
15+
run: docker build . --file Dockerfile --tag website:$(date +%s)

0 commit comments

Comments
 (0)