Skip to content

Commit

Permalink
Update action_server_image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaaihamza authored Feb 22, 2024
1 parent 8f3784e commit 4f1a955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action_server_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Build and push Docker image
run: |
docker build -t ${{ secrets.DOCKER_HUB_LOGIN }}/example-action-server:${{ github.sha }} -f ./Dockerfile .
docker push ${{ secrets.DOCKER_HUB_LOGIN }}/example-action-server:${{ github.sha }}
docker build -t ${{ secrets.DOCKER_HUB_LOGIN }}/example-action-server:latest -f ./Dockerfile .
docker push ${{ secrets.DOCKER_HUB_LOGIN }}/example-action-server:latest
# Add any additional steps here if you need to deploy or do anything else with the built image

0 comments on commit 4f1a955

Please sign in to comment.