Skip to content

Commit e18b12a

Browse files
committed
add multiple tags
1 parent abb3618 commit e18b12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- name: login to docker hub
1515
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
1616
- name: Build the Docker image
17-
run: docker buildx build --push --tag pseudozach/lnstxbridge-frontend:latest --platform linux/amd64 .
17+
run: docker buildx build --push --tag pseudozach/lnstxbridge-frontend:$(date +%s) --tag pseudozach/lnstxbridge-frontend:latest --platform linux/amd64 .

0 commit comments

Comments
 (0)