Skip to content

Commit b19b0b0

Browse files
authored
Update docker-image.yml
1 parent 12ecce9 commit b19b0b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616
- name: Build the Docker image
17-
run: docker build . --file Dockerfile --tag javafile:$(date +%s)
17+
run: docker build . --file Dockerfile --tag javafile:123
1818
- name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@v3
2020

@@ -29,4 +29,4 @@ jobs:
2929
with:
3030
context: .
3131
push: true
32-
tags: manojkumar8008/javafile:$(date +%s)
32+
tags: manojkumar8008/javafile:123

0 commit comments

Comments
 (0)