Skip to content

Commit

Permalink
[Hexa] update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
suibianwanwank committed Apr 25, 2024
1 parent b9340e2 commit d9d2eb6
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 @@ -23,7 +23,7 @@ jobs:
- name: read code
uses: actions/checkout@v4
- name: Build the Docker image
run: docker build -t hexa-fe -f ./fe/Dockerfile ../ && docker push hexa-fe:v1.0.0
run: docker build -t hexa-fe:v1.0.0 -f ./fe/Dockerfile ../ && docker push hexa-fe:v1.0.0


# - name: push docker
Expand Down

0 comments on commit d9d2eb6

Please sign in to comment.