We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb3618 commit e18b12aCopy full SHA for e18b12a
.github/workflows/docker-image.yml
@@ -14,4 +14,4 @@ jobs:
14
- name: login to docker hub
15
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
16
- name: Build the Docker image
17
- run: docker buildx build --push --tag pseudozach/lnstxbridge-frontend:latest --platform linux/amd64 .
+ run: docker buildx build --push --tag pseudozach/lnstxbridge-frontend:$(date +%s) --tag pseudozach/lnstxbridge-frontend:latest --platform linux/amd64 .
0 commit comments