Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zibuyu28 authored Jun 27, 2024
1 parent a61b985 commit 30b9e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Build and Push Docker image
run: |
DATE_TAG=$(date '+%Y%m%d%H%M%S')
IMAGE_TAG=${{ secrets.DOCKER_HUB_USERNAME }}/xlayer-nonde:${{ env.SAFE_REF_NAME }}-$DATE_TAG
IMAGE_TAG=${{ secrets.DOCKER_HUB_USERNAME }}/xlayer-node:${{ env.SAFE_REF_NAME }}-$DATE_TAG
docker build -t $IMAGE_TAG -f Dockerfile .
docker push $IMAGE_TAG

0 comments on commit 30b9e50

Please sign in to comment.