Skip to content

Commit

Permalink
fix: docker build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ committed Dec 13, 2024
1 parent bdf9602 commit 64a9093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ jobs:
echo "Logged in"
docker buildx build --platform linux/amd64,linux/arm64 --output="type=image" --pull -t "${{ secrets.DOCKER_HUB_REGISTRY_IMAGE }}:${{ github.ref_name }}" -t "${{ secrets.DOCKER_HUB_REGISTRY_IMAGE }}:latest" .
echo "Image build successful"
docker image ls
docker push "${{ secrets.DOCKER_HUB_REGISTRY_IMAGE }}:${{ github.ref_name }}"
echo "First push succeed"
docker push "${{ secrets.DOCKER_HUB_REGISTRY_IMAGE }}:latest"
Expand Down

0 comments on commit 64a9093

Please sign in to comment.